Compartir a través de


Table.TableType Propiedad

Definición

Tipo de tabla

Representa el atributo siguiente en el esquema: 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)

Valor de propiedad

Devuelve EnumValue<T>.

Atributos

Se aplica a