DifferentialFormatType.Fill Property
Fill.Represents the element tag in schema: x:fill
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property Fill As Fill
Get
Set
'使用
Dim instance As DifferentialFormatType
Dim value As Fill
value = instance.Fill
instance.Fill = value
public Fill Fill { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Fill