GemBox.Spreadsheet for Java
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents
    com.gembox.spreadsheet

    Enum CellValueType

    • java.lang.Object
    • java.lang.Enum
    • com.gembox.spreadsheet.CellValueType

    public enum CellValueType extends Enum<CellValueType>

    Represents the possible cell value types.

    Enum Constant Summary

    Enum Constants  
    Enum Constant and Description
    BOOL

    Cell value is boolean.

    DOUBLE

    Cell value is double.

    INT

    Cell value is integer.

    LOCAL_DATE_TIME

    Cell value is date-time.

    NULL

    Blank cell.

    OBJECT

    A general type representing any reference or value type not explicitly represented by another CellValueType.

    STRING

    Cell value is string.

    Enum Constant Detail

    BOOL

    public static final CellValueType BOOL

    Cell value is boolean.

    DOUBLE

    public static final CellValueType DOUBLE

    Cell value is double.

    INT

    public static final CellValueType INT

    Cell value is integer.

    LOCAL_DATE_TIME

    public static final CellValueType LOCAL_DATE_TIME

    Cell value is date-time.

    NULL

    public static final CellValueType NULL

    Blank cell.

    OBJECT

    public static final CellValueType OBJECT

    A general type representing any reference or value type not explicitly represented by another CellValueType.

    STRING

    public static final CellValueType STRING

    Cell value is string.

    Back to top

    Facebook • Twitter

    © GemBox Ltd. — All rights reserved.