Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

RowUngroupUndoAction Class
RowUngroupUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.