次の方法で共有


Table.TableType プロパティ

定義

テーブルの種類

スキーマ内の次の属性を表します: 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)

プロパティ値

EnumValue<T> を返します。

属性

適用対象