Spread for ASP.NET 12 Product Documentation
Row Property (CellExpression)


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CellExpression Class : Row Property
Gets the row index of the cell.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Row As Integer
'Usage
 
Dim instance As CellExpression
Dim value As Integer
 
value = instance.Row
public override int Row {get;}
See Also

Reference

CellExpression Class
CellExpression Members