FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RangeGroupStateChangeUndoAction Class / RangeGroupStateChangeUndoAction Constructor / RangeGroupStateChangeUndoAction Constructor(SheetView,RangeGroupInfo,Boolean)
Sheet that contains the outline (range group)
Whether the action is for an outline (range group)
Whether the action is an outline (range group) of rows


In This Topic
RangeGroupStateChangeUndoAction Constructor(SheetView,RangeGroupInfo,Boolean)
In This Topic
Creates a new undo action for the state of a specified outline (range group).
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal group As RangeGroupInfo, _
   ByVal isRowGroup As Boolean _
)
 
'Usage
 
Dim sheetView As SheetView
Dim group As RangeGroupInfo
Dim isRowGroup As Boolean
 
Dim instance As New RangeGroupStateChangeUndoAction(sheetView, group, isRowGroup)

Parameters

sheetView
Sheet that contains the outline (range group)
group
Whether the action is for an outline (range group)
isRowGroup
Whether the action is an outline (range group) of rows
See Also