Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Cell > Cell.CellValueType

Cell.CellValueType Enumeration


A CellValueType value specifies the data type of the cell's value.



Values

Name Description
TextThe cell contains a string.
IntegerThe cell value is an integer.
DoubleThe cell value is a double.
DateThe cell value is a date.
BlankThe cell is empty.
BooleanThe cell contains a boolean value.
ErrorThe cell contains an error value. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!.
CurrencyThe cell contains a currency value.
TimeThe cell value is a time.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.