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


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CellExpression Class : RowCount Property
Gets the number of rows (1 in this implementation).
Syntax
'Declaration
 
Public Overrides ReadOnly Property RowCount As Integer
'Usage
 
Dim instance As CellExpression
Dim value As Integer
 
value = instance.RowCount
public override int RowCount {get;}
See Also

Reference

CellExpression Class
CellExpression Members