CellCommentsValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cell Comments
public enum CellCommentsValuespublic readonly struct CellCommentsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues>type CellCommentsValues = type CellCommentsValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CellCommentsValues>Public Enum CellCommentsValuesPublic Structure CellCommentsValues
Implements IEnumValue, IEnumValueFactory(Of CellCommentsValues), IEquatable(Of CellCommentsValues)- Inheritance
- 
				CellCommentsValues
- Inheritance
- 
				CellCommentsValues
Fields
| Name | Value | Description | 
|---|---|---|
| None | 0 | None. When the item is serialized out as xml, its value is "none". | 
| AsDisplayed | 1 | Print Comments As Displayed. When the item is serialized out as xml, its value is "asDisplayed". | 
| AtEnd | 2 | Print At End. When the item is serialized out as xml, its value is "atEnd". | 
| 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". | |
| CellCommentsValues(String) | Creates a new CellCommentsValues enum instance | |
| Equality(CellCommentsValues, CellCommentsValues) | ||
| Equals(CellCommentsValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<CellCommentsValues>.Create(String) | ||
| Inequality(CellCommentsValues, CellCommentsValues) | ||
| None | None. When the item is serialized out as xml, its value is "none". | |
| ToString() |