[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.BaseCellType

BaseCellType Class

Represents the base class for all cell type classes.

Cell types define the type of information displayed in a cell and its behavior. They can be assigned to a cell, a range of cells, a row, a column, or an entire worksheet via CellType. Cell types are preserved in SpreadJS JSON I/O but are not supported in Excel file formats (.xlsx).

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public abstract class BaseCellType
Public MustInherit Class BaseCellType

Constructors

Name Description
BaseCellType()