PageSetup.CellComments Property

Definition

Print Cell Comments

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Applies to