Spread WPF Documentation
RowGroupHeaderExpandUndoAction Constructor


The worksheet.
The row group header expand extent information.
Creates a new instance of the RowGroupHeaderExpandUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As Worksheet, _
   ByVal rowGroupHeaderExpandExtent As RowGroupHeaderExpandExtent _
)
'Usage
 
Dim sheet As Worksheet
Dim rowGroupHeaderExpandExtent As RowGroupHeaderExpandExtent
 
Dim instance As New RowGroupHeaderExpandUndoAction(sheet, rowGroupHeaderExpandExtent)
public RowGroupHeaderExpandUndoAction( 
   Worksheet sheet,
   RowGroupHeaderExpandExtent rowGroupHeaderExpandExtent
)

Parameters

sheet
The worksheet.
rowGroupHeaderExpandExtent
The row group header expand extent information.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

RowGroupHeaderExpandUndoAction Class
RowGroupHeaderExpandUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.