Spread Silverlight Documentation
Row Property (CalcExternalCellExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcExternalCellExpression Class : Row Property
Gets the row index of current cell.
Syntax
'Declaration
 
Public ReadOnly Property Row As System.Integer
'Usage
 
Dim instance As CalcExternalCellExpression
Dim value As System.Integer
 
value = instance.Row
public System.int Row {get;}

Property Value

A System.Int32 value that represents the row index of current cell.
See Also

Reference

CalcExternalCellExpression Class
CalcExternalCellExpression Members