次の方法で共有


PageSetup.CellComments プロパティ

定義

セルコメントを印刷する

スキーマ内の次の属性を表します。 cellComments

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

プロパティ値

EnumValue<T> を返します。

属性

適用対象