cellformattype-ag凯发旗舰厅



com.spire.xls
enum cellformattype

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

public enum cellformattype
extends java.lang.enum<cellformattype>

cell format types.


enum constant summary
datetime
          represents datetime number format.
formula
          represents formula.
general
          represents general number format.
number
          represents number number format.
text
          represents text number format.
unknown
          represents unknown format type.
 
enum constant detail

unknown

public static final cellformattype unknown
represents unknown format type.

general

public static final cellformattype general
represents general number format.

text

public static final cellformattype text
represents text number format.

number

public static final cellformattype number
represents number number format.

datetime

public static final cellformattype datetime
represents datetime number format.

formula

public static final cellformattype formula
represents formula.


网站地图