Spread Silverlight Documentation
RowUngroupExtent Constructor


GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > RowUngroupExtent Class : RowUngroupExtent Constructor
The group starting index.
The number of rows to remove.
Creates a new instance of the RowUngroupExtent class.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
)
'Usage
 
Dim index As System.Integer
Dim count As System.Integer
 
Dim instance As New RowUngroupExtent(index, count)
public RowUngroupExtent( 
   System.int index,
   System.int count
)

Parameters

index
The group starting index.
count
The number of rows to remove.
See Also

Reference

RowUngroupExtent Class
RowUngroupExtent Members