Back to Devexpress

StyleFlags.Number Property

officefileapi-devexpress-dot-spreadsheet-dot-styleflags-300b36b4.md

latest1.2 KB
Original Source

StyleFlags.Number Property

Gets or sets a value that indicates whether or not the number format should be specified.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , to specify the number format; otherwise, false.

|

See Also

How to: Format a Cell or Range of Cells

StyleFlags Interface

StyleFlags Members

DevExpress.Spreadsheet Namespace