Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / ReferenceExpression Class / RowCount Property


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