Table of Contents

TCellType Enumeration

Values we can write on a cell

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
Number 0 Double precision number.
DateTime 1 Not a real type (it is a number).
String 2 An unicode string. Might be formatted.
Bool 3 Boolean.
Error 4 Error code
Empty 5 Blank cell.
Formula 6 A formula.
Unknown 7 The .NET type does not map to any Excel type. (for example a class)