Spread Windows Forms 12.0 Product Documentation
RangeGroupStateChangeUndoAction Constructor(SheetView,RangeGroupInfo,Boolean)


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
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)
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
See Also

Reference

RangeGroupStateChangeUndoAction Class
RangeGroupStateChangeUndoAction Members
Overload List