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