Back to Devexpress

StyleFlags.Fill Property

officefileapi-devexpress-dot-spreadsheet-dot-styleflags-03fd11e6.md

latest1.2 KB
Original Source

StyleFlags.Fill Property

Gets or sets a value that indicates whether or not the background color should be applied.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
Boolean

true , to apply the background color; otherwise, false.

|

See Also

How to: Format a Cell or Range of Cells

StyleFlags Interface

StyleFlags Members

DevExpress.Spreadsheet Namespace