Spread WinForms 15
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


In This Topic
RangeGroupButtonClickUndoAction Constructor(SheetView,Int32,Boolean)
In This Topic
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)

Parameters

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