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

CellType Property

The type of cell.

Syntax

public int getCellType();
public void setCellType(int cellType);

Enumerated values: public final static int ctString = 0; public final static int ctNumber = 1; public final static int ctBoolean = 2; public final static int ctError = 3; public final static int ctFormulaString = 4;

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