Spread Silverlight Documentation
Index Property (IName)


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

Reference

IName Interface
IName Members