QueryTable.AutoFormatId Property

Auto Format Id.Represents the attribte in schema: autoFormatId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "autoFormatId")> _
Public Property AutoFormatId As UInt32Value
    Get
    Set
'Usage
Dim instance As QueryTable
Dim value As UInt32Value

value = instance.AutoFormatId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

QueryTable Class

QueryTable Members

DocumentFormat.OpenXml.Spreadsheet Namespace