Share via


TableStyle.Table Property

Definition

Table

Represents the following attribute in the schema: table

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

Property Value

Returns BooleanValue.

Attributes

Applies to