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

RowGroupExpandUndoAction Class
RowGroupExpandUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.