CellValues Enum

Definition

Cell Type

public enum CellValues
public readonly struct CellValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.CellValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.CellValues>
type CellValues = 
type CellValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CellValues>
Public Enum CellValues
Public Structure CellValues
Implements IEnumValue, IEnumValueFactory(Of CellValues), IEquatable(Of CellValues)
Inheritance
CellValues
Inheritance
CellValues

Fields

CellValues(String)

Creates a new CellValues enum instance

Boolean 0

Boolean.

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

Boolean

Boolean.

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

Date 6

d.

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

This item is only available in Office 2010 and later.

Date

d.

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

This item is only available in Office 2010 and later.

Equals(Object)
Equals(CellValues)
Error 2

Error.

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

Error

Error.

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

GetHashCode()
InlineString 5

Inline String.

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

InlineString

Inline String.

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

Number 1

Number.

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

Number

Number.

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

Equality(CellValues, CellValues)
Inequality(CellValues, CellValues)
SharedString 3

Shared String.

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

SharedString

Shared String.

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

String

String.

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

String 4

String.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CellValues>.Create(String)

Applies to