celldatatype-ag凯发旗舰厅



com.spire.xls
enum celldatatype

java.lang.object
  extended by java.lang.enum<celldatatype>
      extended by com.spire.xls.celldatatype
all implemented interfaces:
java.lang.comparable<celldatatype>

public enum celldatatype
extends java.lang.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

any

public static final celldatatype any
represents the any data type.

integer

public static final celldatatype integer
represents the integer data type.

decimal

public static final celldatatype decimal
represents the decimal data type.

user

public static final celldatatype user
represents the user data type.

date

public static final celldatatype date
represents the date data type.

time

public static final celldatatype time
represents the time data type.

textlength

public static final celldatatype textlength
represents the text length data type.

formula

public static final celldatatype formula
represents the formula data type.


网站地图