Spread Silverlight Documentation
RowGroupExpandUndoAction Constructor


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

Parameters

sheet
The worksheet.
rowExpandExtent
The row expand extent information.
See Also

Reference

RowGroupExpandUndoAction Class
RowGroupExpandUndoAction Members