Share via


QueryTableField.DataBound Property

Data Bound Column.Represents the attribte in schema: dataBound

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dataBound")> _
Public Property DataBound As BooleanValue
    Get
    Set
'Usage
Dim instance As QueryTableField
Dim value As BooleanValue

value = instance.DataBound

instance.DataBound = value
[SchemaAttrAttribute(, "dataBound")]
public BooleanValue DataBound { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

QueryTableField Class

QueryTableField Members

DocumentFormat.OpenXml.Spreadsheet Namespace