Spread Silverlight Documentation
RowIndex Property (CalcExternalRangeIdentity)


GrapeCity.CalcEngine Namespace > CalcExternalRangeIdentity 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 CalcExternalRangeIdentity
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

CalcExternalRangeIdentity Class
CalcExternalRangeIdentity Members