CommentsValues 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.
Comment Display Types
public enum CommentsValues
public readonly struct CommentsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.CommentsValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.CommentsValues>
type CommentsValues =
type CommentsValues = struct
interface IEnumValue
interface IEnumValueFactory<CommentsValues>
Public Enum CommentsValues
Public Structure CommentsValues
Implements IEnumValue, IEnumValueFactory(Of CommentsValues), IEquatable(Of CommentsValues)
- Inheritance
-
CommentsValues
- Inheritance
-
CommentsValues
Fields
Name | Value | Description |
---|---|---|
CommentNone | 0 | No Comments. When the item is serialized out as xml, its value is "commNone". |
CommentIndicator | 1 | Show Comment Indicator. When the item is serialized out as xml, its value is "commIndicator". |
CommentIndicatorAndComment | 2 | Show Comment and Indicator. When the item is serialized out as xml, its value is "commIndAndComment". |
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". |
|
CommentNone | No Comments. When the item is serialized out as xml, its value is "commNone". |
|
CommentsValues(String) | Creates a new CommentsValues enum instance |
|
Equality(CommentsValues, CommentsValues) | ||
Equals(CommentsValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CommentsValues>.Create(String) | ||
Inequality(CommentsValues, CommentsValues) | ||
ToString() |