Skip to main content
A newer version of this page is available. .
Row

Style.Reset() Method

Resets the built-in style to its original settings, and resets the Normal style to StyleCollection.DefaultStyle.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool Reset()

Returns

Type Description
Boolean

True, if the style is built-in or Normal and the style has been reset; otherwise, false.

Remarks

The Reset method does not reset custom styles and returns false in that situation.

See Also