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

ValueDescription
BlankCell contains no value
StringCell contains a text string value
NumberCell contains a numeric value
BooleanCell contains a boolean (true/false) value
DateTimeCell contains a date or time value
FormulaCell contains a formula expression

See Also