Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ICellType Interface
Members


In This Topic
    ICellType Interface
    In This Topic
    Interface that supports the cell types.
    Object Model
    ICellType Interface
    Syntax
    Remarks

    Cell types are determined by the editor, formatter, and renderer used to create the cell.

    The editor for the cell is the object used to paint the cell when users edit the contents of a cell. The formatter for the cell is the set of rules used to format the data in a cell. The renderer for the cell is the object used to paint the cell when it is not being edited.

    The BaseCellType and GeneralCellType classes inherit the ICellType interface, as do the other cell type classes.

    See Also