HEInsertTableColumnToLeftRibbonCommand Constructors
A Ribbon item that allows insertion of a new column to the left in a table within the design view area.Name | Parameters | Description |
---|---|---|
HEInsertTableColumnToLeftRibbonCommand() | none | Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with default settings. |
HEInsertTableColumnToLeftRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with the specified item size. |
HEInsertTableColumnToLeftRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with the specified settings. |
HEInsertTableColumnToLeftRibbonCommand(String) | text | Initializes a new instance of the HEInsertTableColumnToLeftRibbonCommand class with the specified item text. |
See Also