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

    Show / Hide Table of Contents

    CellValueType Enum

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Represents the possible cell value types.

    • C#
    • VB.NET
    public enum CellValueType
    Public Enum CellValueType

    Fields

    Bool

    Cell value is boolean.

    DateTime

    Cell value is date-time.

    Double

    Cell value is double.

    Error

    Cell containing an error.

    Int

    Cell value is integer.

    Null

    Blank cell.

    Object

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

    String

    Cell value is string.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.