Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / TotalRowIndex Property


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