Spread Windows Forms 10.0 Product Documentation
ConvertTableToRangeUndoAction Constructor


The sheetview that contains the table
Creates a new ConvertTableToRangeUndoAction object.
Syntax
'Declaration
 
Public Function New( _
   ByVal fpSpread As FpSpread, _
   ByVal sheetView As SheetView, _
   ByVal tableName As String _
)
'Usage
 
Dim fpSpread As FpSpread
Dim sheetView As SheetView
Dim tableName As String
 
Dim instance As New ConvertTableToRangeUndoAction(fpSpread, sheetView, tableName)
public ConvertTableToRangeUndoAction( 
   FpSpread fpSpread,
   SheetView sheetView,
   string tableName
)

Parameters

fpSpread
sheetView
The sheetview that contains the table
tableName
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ConvertTableToRangeUndoAction Class
ConvertTableToRangeUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.