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


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