A Sandcastle Documented Class Library
ContentType Enumeration
Namespaces ► Yogesh.ExcelXml ► ContentType
The cell content type
Declaration Syntax| C# | Visual Basic | Visual C++ |
public enum ContentType
Public Enumeration ContentType
public enum class ContentType
Members| Member | Description |
|---|---|
| None |
Cell does not contain anything
|
| String |
Cell contains a string
|
| Number |
Cell contains a number
|
| DateTime |
Cell contains a DateTime value
|
| Boolean |
Cell contains a bool value
|
| Formula |
Cell contains a formula
|
| UnresolvedValue |
Cell contains a formula which cannot be resolved
|