officefileapi-devexpress-dot-xtrarichedit-dot-commands-bc2d3f6f.md
Invokes the Table Options dialog window.
Namespace : DevExpress.XtraRichEdit.Commands
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class ShowTableOptionsFormCommand :
RichEditMenuItemSimpleCommand
Public Class ShowTableOptionsFormCommand
Inherits RichEditMenuItemSimpleCommand
The Table Options dialog allows end-users to set default cell margins (spacing between cell borders and text within each cell), along with specifying whether the additional space should be between cells, setting the amount of this space, and setting whether or not table columns should be automatically expanded to accommodate cell content.
Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand ShowTableOptionsFormCommand
See Also