TableCellPropertiesBase.Reset(TableCellPropertiesMask) Method
Resets the table cell properties specified by the mask to the properties of the underlying table style or to default properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
mask | TableCellPropertiesMask | A TableCellPropertiesMask enumeration value. |
Remarks
The Reset sets table cell properties to the underlying style (or the default style, if the style is not applied). The mask allows you to specify table cell properties which will be reset. To specify several properties, combine the TableCellPropertiesMask values with the binary OR operator.
See Also