CellValueType
Overview
CellValueType is a enum in Aspose.Cells for NET.
Description
CellValueType is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like CellValueType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
Blank | Cell contains no value |
String | Cell contains a text string value |
Number | Cell contains a numeric value |
Boolean | Cell contains a boolean (true/false) value |
DateTime | Cell contains a date or time value |
Formula | Cell contains a formula expression |