RevisionQueryTable.FieldId Property

Field Id.Represents the attribte in schema: fieldId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fieldId")> _
Public Property FieldId As UInt32Value
    Get
    Set
'Usage
Dim instance As RevisionQueryTable
Dim value As UInt32Value

value = instance.FieldId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

Location of the affected query table.

The possible values for this attribute are defined by the ST_Ref simple type.

ID of the specific query table field that was removed.

The possible values for this attribute are defined by the XML Schema unsignedInt data type.

See Also

Reference

RevisionQueryTable Class

RevisionQueryTable Members

DocumentFormat.OpenXml.Spreadsheet Namespace