Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ColumnResizeUndoAction Class / rowHeader Field


In This Topic
rowHeader Field
In This Topic
Specifies whether the row header is involved.
Syntax
'Declaration
 
Protected rowHeader As Boolean
 
'Usage
 
Dim instance As ColumnResizeUndoAction
Dim value As Boolean
 
value = instance.rowHeader
 
instance.rowHeader = value
See Also