Spread Silverlight Documentation
RowUngroupUndoAction Constructor


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > RowUngroupUndoAction Class : RowUngroupUndoAction Constructor
The worksheet.
The row ungroup extent information.
Creates a new instance of the RowUngroupUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As Worksheet, _
   ByVal rowUngroupExtent As RowUngroupExtent _
)
'Usage
 
Dim sheet As Worksheet
Dim rowUngroupExtent As RowUngroupExtent
 
Dim instance As New RowUngroupUndoAction(sheet, rowUngroupExtent)
public RowUngroupUndoAction( 
   Worksheet sheet,
   RowUngroupExtent rowUngroupExtent
)

Parameters

sheet
The worksheet.
rowUngroupExtent
The row ungroup extent information.
See Also

Reference

RowUngroupUndoAction Class
RowUngroupUndoAction Members