CommentProperties.Print Property
print.Represents the attribte in schema: print
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "print")> _
Public Property Print As BooleanValue
Get
Set
'Usage
Dim instance As CommentProperties
Dim value As BooleanValue
value = instance.Print
instance.Print = value
[SchemaAttrAttribute(, "print")]
public BooleanValue Print { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue