Stylesheet.Fills Property

Fills.Represents the element tag in schema: x:fills

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

Syntax

'Declaration
Public Property Fills As Fills
    Get
    Set
'Usage
Dim instance As Stylesheet
Dim value As Fills

value = instance.Fills

instance.Fills = value
public Fills Fills { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Fills
Returns Fills.

See Also

Reference

Stylesheet Class

Stylesheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace