Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RangeGroupStateChangeUndoAction Class / isRowGroup Field


In This Topic
isRowGroup Field (RangeGroupStateChangeUndoAction)
In This Topic
Specifies whether the action applies to an outline (range group) of rows (or columns).
Syntax
'Declaration
 
Protected isRowGroup As Boolean
 
'Usage
 
Dim instance As RangeGroupStateChangeUndoAction
Dim value As Boolean
 
value = instance.isRowGroup
 
instance.isRowGroup = value
See Also