HETableCellPropertiesRibbonCommand Constructors
A Ribbon item that invokes the Cell Properties dialog, allowing modification of a cell’s properties in a table within the design view area.Name | Parameters | Description |
---|---|---|
HETableCellPropertiesRibbonCommand() | none | Initializes a new instance of the HETableCellPropertiesRibbonCommand class with default settings. |
HETableCellPropertiesRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HETableCellPropertiesRibbonCommand class with the specified item size. |
HETableCellPropertiesRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HETableCellPropertiesRibbonCommand class with the specified settings. |
HETableCellPropertiesRibbonCommand(String) | text | Initializes a new instance of the HETableCellPropertiesRibbonCommand class with the specified item text. |
See Also