CommentsValues Enumeration

Comment Display Types

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

Syntax

'Declaration
Public Enumeration CommentsValues
'Usage
Dim instance As CommentsValues
public enum CommentsValues

Members

Member name Description
CommentNone No Comments. When the item is serialized out as xml, its value is "commNone".
CommentIndicator Show Comment Indicator. When the item is serialized out as xml, its value is "commIndicator".
CommentIndicatorAndComment Show Comment and Indicator. When the item is serialized out as xml, its value is "commIndAndComment".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace