Freigeben über


PageSetup.CellComments-Eigenschaft

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; }

Eigenschaftswert

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

Siehe auch

Referenz

PageSetup Klasse

PageSetup-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace