CellFormat.FillId Property

Fill Id.Represents the attribte in schema: fillId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fillId")> _
Public Property FillId As UInt32Value
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As UInt32Value

value = instance.FillId

instance.FillId = value
[SchemaAttrAttribute(, "fillId")]
public UInt32Value FillId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace