Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

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

C#
vb.net

Values

Name

Description

Blank

The cell is empty.

Boolean

The cell contains a boolean value.

Currency

The cell contains a currency value.

Date

The cell value is a date.

Double

The cell value is a double.

Error

The cell contains an error value. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!.

Integer

The cell value is an integer.

Text

The cell contains a string.

Time

The cell value is a time.

  • No labels