Spread Silverlight Documentation
RowIndex Property (CalcRangeIdentity)


GrapeCity.CalcEngine Namespace > CalcRangeIdentity Class : RowIndex Property
Gets the row index of the first cell in the range.
Syntax
'Declaration
 
Public ReadOnly Property RowIndex As System.Integer
'Usage
 
Dim instance As CalcRangeIdentity
Dim value As System.Integer
 
value = instance.RowIndex
public System.int RowIndex {get;}

Property Value

An System.Int32 value represents the row index of the first cell in the range.
See Also

Reference

CalcRangeIdentity Class
CalcRangeIdentity Members