Skip to main content
A newer version of this page is available. .

HETableRowPropertiesRibbonCommand Constructors

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