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

IRichEditControl.ShowTableOptionsForm(Table) Method

For internal use. Invokes the Table Options form that enables you to specify table margins and spacing.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

void ShowTableOptionsForm(
    Table table
)

Parameters

Name Type
table DevExpress.XtraRichEdit.Model.Table
See Also