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 > ValueType

ValueType Property


C# Signature:

VB.NET Signature:


Description:

Returns the data type of the cell's value: "Blank, "Boolean", "Date", "Error", "Numeric", or "Text".

ValueType is a read only property.



Examples:

[csharp]
Cell.CellValueType cvt = cellA1.ValueType;
[vbnet]
Dim cvt As Cell.CellValueType = cellA1.ValueType


Getter

Signature:

public Cell.CellValueType ValueType

Returns:

Cell.CellValueType "Blank", "Boolean", "Date", "Error", "Numeric", or "Text".



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.