Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RowHeader Property


In This Topic
RowHeader Property (SheetView)
In This Topic
Gets the RowHeader object for the row header area of the sheet.
Syntax
'Declaration
 
Public ReadOnly Property RowHeader As RowHeader
 
'Usage
 
Dim instance As SheetView
Dim value As RowHeader
 
value = instance.RowHeader
See Also