Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TotalRowIndex Property


In This Topic
    TotalRowIndex Property (TableView)
    In This Topic
    Gets total row index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalRowIndex As Integer
    'Usage
     
    
    Dim instance As TableView
    Dim value As Integer
     
    value = instance.TotalRowIndex
    public int TotalRowIndex {get;}
    See Also