Spread Silverlight Documentation
Index Property (ExcelRow)


GrapeCity.Excel Namespace > ExcelRow Class : Index Property
Gets zero-based index of the row.
Syntax
'Declaration
 
Public ReadOnly Property Index As System.Integer
'Usage
 
Dim instance As ExcelRow
Dim value As System.Integer
 
value = instance.Index
public System.int Index {get;}

Property Value

The index of the row
See Also

Reference

ExcelRow Class
ExcelRow Members