Share via


MetadataType.PasteComments Property

Metadata Paste Comments.Represents the attribte in schema: pasteComments

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pasteComments")> _
Public Property PasteComments As BooleanValue
    Get
    Set
'Usage
Dim instance As MetadataType
Dim value As BooleanValue

value = instance.PasteComments

instance.PasteComments = value
[SchemaAttrAttribute(, "pasteComments")]
public BooleanValue PasteComments { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

MetadataType Class

MetadataType Members

DocumentFormat.OpenXml.Spreadsheet Namespace