TdxRichEditControlOptionsBase.TableOptions Property
Provides access to table display settings.
Declaration
property TableOptions: TdxTableOptions read; write;
Property Value
Type |
---|
TdxTableOptions |
Remarks
Set the TableOptions.GridLines property to TdxRichEditTableGridLinesVisibility.Visible or TdxRichEditTableGridLinesVisibility.Hidden to explicitly show or hide non-printable table borders in a document. Refer to the TdxTableOptions class description for detailed information on available options.
See Also