次の方法で共有


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

フィールド

名前 説明
CommentNone 0

コメントなし。

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

CommentIndicator 1

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

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

CommentIndicatorAndComment 2

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

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

CommentIndicator

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

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

CommentIndicatorAndComment

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

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

CommentNone

コメントなし。

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

CommentsValues(String)

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

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

適用対象