CustomWorkbookView.ShowComments Property

Show Comments.Represents the attribte in schema: showComments

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showComments")> _
Public Property ShowComments As EnumValue(Of CommentsValues)
    Get
    Set
'Usage
Dim instance As CustomWorkbookView
Dim value As EnumValue(Of CommentsValues)

value = instance.ShowComments

instance.ShowComments = value
[SchemaAttrAttribute(, "showComments")]
public EnumValue<CommentsValues> ShowComments { get; set; }

Property Value

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

See Also

Reference

CustomWorkbookView Class

CustomWorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace