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


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