次の方法で共有


CommentsValues 列挙型

定義

コメント表示の種類

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)
継承
CommentsValues
継承
CommentsValues

フィールド

CommentsValues(String)

新しい CommentsValues 列挙型インスタンスを作成します

CommentIndicator 1

コメント インジケーターを表示します。

項目を xml としてシリアル化されるときに、その値は "commIndicator" です。

CommentIndicator

コメント インジケーターを表示します。

項目を xml としてシリアル化されるときに、その値は "commIndicator" です。

CommentIndicatorAndComment 2

コメントとインジケーターを表示します。

アイテムを xml としてシリアル化されるときに、その値は "commIndAndComment" です。

CommentIndicatorAndComment

コメントとインジケーターを表示します。

アイテムを xml としてシリアル化されるときに、その値は "commIndAndComment" です。

CommentNone 0

コメントなし。

項目を xml としてシリアル化されるときに、その値は "commNone" です。

CommentNone

コメントなし。

項目を xml としてシリアル化されるときに、その値は "commNone" です。

Equals(Object)
Equals(CommentsValues)
GetHashCode()
Equality(CommentsValues, CommentsValues)
Inequality(CommentsValues, CommentsValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CommentsValues>.Create(String)

適用対象