[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellDataType

CellDataType Enum

Represents the data type of a cell in the GrapeCity.Spreadsheet.ExpressionView.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum CellDataType
Public Enum CellDataType

Fields

Name Description
Error

Indicates the value type is calculation error.

Logical

Indicates the value type is boolean.

Number

Indicates the value type is numeric.

Text

Indicates the value type is string.