CellFormat.ApplyFill Property

Apply Fill.Represents the attribte in schema: applyFill

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "applyFill")> _
Public Property ApplyFill As BooleanValue
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As BooleanValue

value = instance.ApplyFill

instance.ApplyFill = value
[SchemaAttrAttribute(, "applyFill")]
public BooleanValue ApplyFill { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace