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