'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)
public RangeGroupStateChangeUndoAction( SheetView sheetView, RangeGroupInfo group, bool 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