Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / TableRangeChangingEventArgs Class / RowCount Property


In This Topic
    RowCount Property (TableRangeChangingEventArgs)
    In This Topic
    Gets the row count.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    
    Dim instance As TableRangeChangingEventArgs
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}
    See Also