Spread Windows Forms 12.0 Product Documentation
RangeGroupButtonClickUndoAction Constructor(SheetView,Int32,Boolean)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > RangeGroupButtonClickUndoAction Class > RangeGroupButtonClickUndoAction Constructor : RangeGroupButtonClickUndoAction Constructor(SheetView,Int32,Boolean)
Sheet
Level
Whether the outline (range group) is of rows
Creates a new undo action for an outline (range group) for a specified sheet.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal activeLevel As Integer, _
   ByVal isRowGroup As Boolean _
)
'Usage
 
Dim sheetView As SheetView
Dim activeLevel As Integer
Dim isRowGroup As Boolean
 
Dim instance As New RangeGroupButtonClickUndoAction(sheetView, activeLevel, isRowGroup)
public RangeGroupButtonClickUndoAction( 
   SheetView sheetView,
   int activeLevel,
   bool isRowGroup
)

Parameters

sheetView
Sheet
activeLevel
Level
isRowGroup
Whether the outline (range group) is of rows
See Also

Reference

RangeGroupButtonClickUndoAction Class
RangeGroupButtonClickUndoAction Members
Overload List