Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / LastRowIndex Property


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