次の方法で共有


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

フィールド

CellCommentsValues(String)

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

AsDisplayed 1

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

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

AsDisplayed

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

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

AtEnd 2

最後に印刷します。

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

AtEnd

最後に印刷します。

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

Equals(CellCommentsValues)
Equals(Object)
GetHashCode()
None

なし。

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

None 0

なし。

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

Equality(CellCommentsValues, CellCommentsValues)
Inequality(CellCommentsValues, CellCommentsValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CellCommentsValues>.Create(String)

適用対象