QueryTableField.DataBound Property

Definition

Data Bound Column

Represents the following attribute in the schema: dataBound

[DocumentFormat.OpenXml.SchemaAttr(0, "dataBound")]
public DocumentFormat.OpenXml.BooleanValue DataBound { get; set; }
public DocumentFormat.OpenXml.BooleanValue DataBound { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dataBound")]
public DocumentFormat.OpenXml.BooleanValue? DataBound { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dataBound")]
public DocumentFormat.OpenXml.BooleanValue? DataBound { get; set; }
public DocumentFormat.OpenXml.BooleanValue? DataBound { get; set; }
member this.DataBound : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dataBound")>]
member this.DataBound : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dataBound")>]
member this.DataBound : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property DataBound As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to