次の方法で共有


CellCommentsValues 列挙型

定義

セルコメント

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

フィールド

名前 説明
None 0

なし。

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

AsDisplayed 1

コメントを表示済みとして印刷します。

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

AtEnd 2

最後に印刷します。

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

AsDisplayed

コメントを表示済みとして印刷します。

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

AtEnd

最後に印刷します。

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

CellCommentsValues(String)

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

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

なし。

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

ToString()

適用対象