Spread Silverlight Documentation
Index Property (NamedCellRange)


GrapeCity.Excel Namespace > NamedCellRange Class : Index Property
Get or set the zero-base index of Worksheet that the defined name belongs
Syntax
'Declaration
 
Public ReadOnly Property Index As System.Integer
'Usage
 
Dim instance As NamedCellRange
Dim value As System.Integer
 
value = instance.Index
public System.int Index {get;}
Remarks
If the value is -1, it means it's workbook defined name (global name)
See Also

Reference

NamedCellRange Class
NamedCellRange Members