CellCommentsValues Enumeration
Cell Comments
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CellCommentsValues
'Usage
Dim instance As CellCommentsValues
public enum CellCommentsValues
Members
Member name | Description | |
---|---|---|
None | None. When the item is serialized out as xml, its value is "none". | |
AsDisplayed | Print Comments As Displayed. When the item is serialized out as xml, its value is "asDisplayed". | |
AtEnd | Print At End. When the item is serialized out as xml, its value is "atEnd". |