Aracılığıyla paylaş


CellCommentsValues Enum

Definition

Cell Comments

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)
Inheritance
CellCommentsValues
Inheritance
CellCommentsValues

Fields

Name Value Description
None 0

None.

When the item is serialized out as xml, its value is "none".

AsDisplayed 1

Print Comments As Displayed.

When the item is serialized out as xml, its value is "asDisplayed".

AtEnd 2

Print At End.

When the item is serialized out as xml, its value is "atEnd".

AsDisplayed

Print Comments As Displayed.

When the item is serialized out as xml, its value is "asDisplayed".

AtEnd

Print At End.

When the item is serialized out as xml, its value is "atEnd".

CellCommentsValues(String)

Creates a new CellCommentsValues enum instance

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

None.

When the item is serialized out as xml, its value is "none".

ToString()

Applies to