Spreadsheet Integrator - Online Help
Available for:
Spreadsheet Integrator
Questions / Feedback?

CellType Property

The type of cell.

Syntax

[VB.NET]
Public Property CellType As ExceldocCellTypes

[C#]
public ExceldocCellTypes CellType {get; set;}

enum ExceldocCellTypes { ctString, ctNumber, ctBoolean, ctError, ctFormulaString }

Remarks

This property specifies the type of cell. Possible values are:

Value Cell Type
0 (ctString) String
1 (ctNumber) Number
2 (ctBoolean) Boolean
3 (ctError) Error
4 (ctFormulaString) Formula String

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0