Spread Silverlight Documentation
RowIndex Property (CalcExternalCellIdentity)


GrapeCity.CalcEngine Namespace > CalcExternalCellIdentity Class : RowIndex Property
Gets the row index of the current cell.
Syntax
'Declaration
 
Public ReadOnly Property RowIndex As System.Integer
'Usage
 
Dim instance As CalcExternalCellIdentity
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 current cell.
See Also

Reference

CalcExternalCellIdentity Class
CalcExternalCellIdentity Members