Поделиться через


TableColumn.QueryTableFieldId Property

Query Table Field Id.Represents the attribte in schema: queryTableFieldId

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

Syntax

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

value = instance.QueryTableFieldId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

TableColumn Class

TableColumn Members

DocumentFormat.OpenXml.Spreadsheet Namespace