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 CellCommentsValues
public 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 CellCommentsValues
Public Structure CellCommentsValues
Implements IEnumValue, IEnumValueFactory(Of CellCommentsValues), IEquatable(Of CellCommentsValues)
- Inheritance
-
CellCommentsValues
- Inheritance
-
CellCommentsValues
Fields
CellCommentsValues(String) | Creates a new CellCommentsValues enum instance |
|
AsDisplayed | 1 | Print Comments As Displayed. When the item is serialized out as xml, its value is "asDisplayed". |
AsDisplayed | 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". |
AtEnd | Print At End. When the item is serialized out as xml, its value is "atEnd". |
|
Equals(CellCommentsValues) | ||
Equals(Object) | ||
GetHashCode() | ||
None | None. When the item is serialized out as xml, its value is "none". |
|
None | 0 | None. When the item is serialized out as xml, its value is "none". |
Equality(CellCommentsValues, CellCommentsValues) | ||
Inequality(CellCommentsValues, CellCommentsValues) | ||
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CellCommentsValues>.Create(String) |