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