Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void Reset(
    TableCellPropertiesMask mask
)

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