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