|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<celldatatype>
com.spire.xls.celldatatype
public enum celldatatype
cell data types.
enum constant summary | |
---|---|
any
represents the any data type. |
|
date
represents the date data type. |
|
decimal
represents the decimal data type. |
|
formula
represents the formula data type. |
|
integer
represents the integer data type. |
|
textlength
represents the text length data type. |
|
time
represents the time data type. |
|
user
represents the user data type. |
enum constant detail |
---|
public static final celldatatype any
public static final celldatatype integer
public static final celldatatype decimal
public static final celldatatype user
public static final celldatatype date
public static final celldatatype time
public static final celldatatype textlength
public static final celldatatype formula
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |