KDCalc Class Library

CellType Enumeration

Describes the type of value in the cell whther it is empty, a formula, number, text, boolean, a date, or an error.

public enum CellType

Members

Member NameDescription
FormulaThe cell contains a formula
EmptyThe cell is empty
NumberThe cell contains a number
TextThe cell contains text
BoolThe cell contains a bool
ErrorThe cell contains an error
DateThe cell contains a date

Requirements

Namespace: KnowledgeDynamics.KDCalc

Assembly: KDCalcNet (in KDCalcNet.dll)

See Also

KnowledgeDynamics.KDCalc Namespace