Back to Devexpress

StyleFlags.All Property

officefileapi-devexpress-dot-spreadsheet-dot-styleflags-9d24cd5d.md

latest1.2 KB
Original Source

StyleFlags.All Property

Gets or sets a value that indicates whether or not all format characteristics (such as alignment, borders, font, etc.) should be applied.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool All { get; set; }
vb
Property All As Boolean

Property Value

TypeDescription
Boolean

true , to specify all format characteristics; otherwise, false.

|

See Also

How to: Format a Cell or Range of Cells

StyleFlags Interface

StyleFlags Members

DevExpress.Spreadsheet Namespace