Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the index number of the OLEObject within the collection of similar objects.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Index As Integer
'Usage
Dim instance As OLEObject
Dim value As Integer
value = instance.Index
public int Index { get; }
public:
property int Index {
int get ();
}
public function get Index () : int
Property Value
Type: System.Int32
The index number of the OLEObject within the collection of similar objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.