Skip to main content

TdxDocumentCapabilitiesOptions.TableCellStyle Property

Specifies if an end-user can apply styles to individual cells within a table.

Declaration

property TableCellStyle: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

Type Default
TdxDocumentCapability Default

Remarks

Use this property to allow or forbid applying styles to individual cells in a table created within a document opened in the Rich Edit control.

For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.

The default value of the TableCellStyle property is TdxDocumentCapability.Default.

See Also