IdxRichEditTable.Reset(TdxRichEditTablePropertiesMask) Method
Resets the specified style settings of the table.
Declaration
procedure Reset(const AMask: TdxRichEditTablePropertiesMask); overload;
Parameters
Name | Type | Description |
---|---|---|
AMask | TdxRichEditTablePropertiesMask | A set of table style setting types. |
Remarks
Note
Call the Reset procedure to reset all style settings at once.
See Also