PageSetup.CellComments Property

Print Cell Comments.Represents the attribte in schema: cellComments

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "cellComments")> _
Public Property CellComments As EnumValue(Of CellCommentsValues)
    Get
    Set
'Usage
Dim instance As PageSetup
Dim value As EnumValue(Of CellCommentsValues)

value = instance.CellComments

instance.CellComments = value
[SchemaAttrAttribute(, "cellComments")]
public EnumValue<CellCommentsValues> CellComments { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<CellCommentsValues>
Returns EnumValue<T>.

See Also

Reference

PageSetup Class

PageSetup Members

DocumentFormat.OpenXml.Spreadsheet Namespace