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


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