Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangingEventArgs Class / Header Property


In This Topic
Header Property (RowHeightChangingEventArgs)
In This Topic
Gets whether the column indexes are column header rows.
Syntax
'Declaration
 
Public ReadOnly Property Header As Boolean
 
'Usage
 
Dim instance As RowHeightChangingEventArgs
Dim value As Boolean
 
value = instance.Header
See Also