Table of Contents

Enum CellDataType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Cell data types:

public enum CellDataType

Fields

Any = 0

Represents the Any data type.

Date = 4

Represents the Date data type.

Decimal = 2

Represents the Decimal data type.

Formula = 7

Represents the Formula data type.

Integer = 1

Represents the Integer data type.

TextLength = 6

Represents the TextLength data type.

Time = 5

Represents the Time data type.

User = 3

Represents the User data type.