Share via


Table.TableType Property

Definition

Table Type

Represents the following attribute in the schema: tableType

[DocumentFormat.OpenXml.SchemaAttr(0, "tableType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues> TableType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues> TableType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "tableType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues>? TableType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("tableType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues>? TableType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues>? TableType { get; set; }
member this.TableType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "tableType")>]
member this.TableType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("tableType")>]
member this.TableType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.TableValues> with get, set
Public Property TableType As EnumValue(Of TableValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to