Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ExternalRangeExpression Class / RowCount Property


In This Topic
    RowCount Property (ExternalRangeExpression)
    In This Topic
    Gets the number of rows in the range.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As ExternalRangeExpression
    Dim value As Integer
     
    value = instance.RowCount
    public override int RowCount {get;}
    See Also