Share via


TableColumn.HeaderRowDifferentialFormattingId Property

Header Row Cell Format Id.Represents the attribte in schema: headerRowDxfId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "headerRowDxfId")> _
Public Property HeaderRowDifferentialFormattingId As UInt32Value
    Get
    Set
'Usage
Dim instance As TableColumn
Dim value As UInt32Value

value = instance.HeaderRowDifferentialFormattingId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace