Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class
Properties Methods


In This Topic
    TableActionsCommand Class Members
    In This Topic

    The following tables list the members exposed by TableActionsCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a boolean value indicates whether the source range will be clear. (Inherited from GrapeCity.Spreadsheet.Commands.RangeActionsCommand)
    Public PropertyGets or sets a boolean value indicates whether the command is executed from an UI action. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public PropertyGets a value indicating whether the GrapeCity.Spreadsheet.IWorkbookSet.CutCopyMode is set to GrapeCity.Spreadsheet.CutCopyMode.None after this command executed. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public PropertyGets the worksheet which data is copied to. (Inherited from GrapeCity.Spreadsheet.Commands.RangeActionsCommand)
    Public PropertyOverridden. Gets the UndoSupport value indicates whether this command is undoable.  
    Public PropertyGets or sets the worksheet. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets a boolean value indicates whether this object is disposed. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected PropertyGets the workbook. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Public Methods
     NameDescription
    Public MethodInvoked before execute the command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodOverridden. Gets a boolean value indicating whether the Spread can change active cell base on the command result.  
    Public MethodClones this command object. (Inherited from GrapeCity.Spreadsheet.Commands.RangeActionsCommand)
    Public Methodstatic (Shared in Visual Basic)Create a table style in the worksheet.  
    Public Methodstatic (Shared in Visual Basic)Creates a command which extend the table row count by 1.  
    Public Methodstatic (Shared in Visual Basic)Create new table action command for delete column at specified column index.  
    Public Methodstatic (Shared in Visual Basic)Create new table action command for delete row(s) at specified row index.  
    Public MethodOverloaded. Releases unmanaged and - optionally - managed resources. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodExecutes this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public Methodstatic (Shared in Visual Basic)Create new table action command for insert column(s) at specified column index.  
    Public Methodstatic (Shared in Visual Basic)Create new table action command for insert row/ column at the end of the table.  
    Public Methodstatic (Shared in Visual Basic)Create new table action command for insert row(s) at specified row index.  
    Public MethodRedo this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodSaves the data for undoing. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public Methodstatic (Shared in Visual Basic)Get the Toggle total row action command.  
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodFinalizes an instance of the Command class. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected Method (Inherited from GrapeCity.Spreadsheet.Commands.RangeActionsCommand)
    Top
    See Also