Share via


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)

适用于