ResizeTableColumnCommand

open class ResizeTableColumnCommand : Command

Represents a set of Command instances as a single operation. Undoing or redoing the composite action respectively undoes or redoes all its constituent subactions at the same time.

  • Command.execute override.

    Declaration

    Swift

    open override func execute()
  • Command.undo override.

    Declaration

    Swift

    open override func undo()
  • Command.redo override.

    Declaration

    Swift

    open override func redo()