Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CellExpression Class / RowCount Property
Example


In This Topic
    RowCount Property (CellExpression)
    In This Topic
    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;}

    Property Value

    Integer number of rows
    Example
    This example returns some of the properties for the expression.
    See Also