Back to Devexpress

Style.Reset() Method

officefileapi-devexpress-dot-spreadsheet-dot-style-aa0f63cc.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Reset()
vb
Function Reset As Boolean

Returns

TypeDescription
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

Format Spreadsheet Cells

Style

DefaultStyle

Style Interface

Style Members

DevExpress.Spreadsheet Namespace