Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ConvertTableToRangeUndoAction Class / ConvertTableToRangeUndoAction Constructor
The sheetview that contains the table
Table to convert


In This Topic
    ConvertTableToRangeUndoAction Constructor
    In This Topic
    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
    Table to convert
    See Also