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


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