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