ChartSheet.Index Property (2007 System)

Gets the index number of the Microsoft.Office.Tools.Excel.ChartSheet.

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 ChartSheet 
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 Microsoft.Office.Tools.Excel.ChartSheet.

.NET Framework Security

See Also

Reference

ChartSheet Class

ChartSheet Members

Microsoft.Office.Tools.Excel Namespace