DifferentialType.Fill Property

Fill.Represents the element tag in schema: x:fill

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Fill As Fill
    Get
    Set
'Usage
Dim instance As DifferentialType
Dim value As Fill

value = instance.Fill

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Fill

See Also

Reference

DifferentialType Class

DifferentialType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace