TableColumn.DataFormatId Property

Data and Insert Row Format Id.Represents the attribte in schema: dataDxfId

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

Syntax

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

value = instance.DataFormatId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace