Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GeneralCellType Class
Members


In This Topic
    GeneralCellType Class
    In This Topic
    Represents a general cell that can be used for text or numbers.D:\Projects\SpreadNetJ\Spread.NET\WebForms\Projects\Spread\Chart\
    Object Model
    GeneralCellType ClassExtraRendererSettings ClassValidatorCollection Class
    Syntax
    Remarks

    This class provides the general cell type for text or numbers where formatting is not critical or the type of data is not tied to a specific data type. For specific cell types where formatting is important, see the information on the specific cell types.

    This class also provides methods and properties that are generic for several cell types. For a list of cell types that inherit this class, see the Inheritance Hierarchy.

    For help with assigning a general cell type to a cell or range of cells, refer to Setting a General Cell.

    For more information about the behavior of contents in a cell, refer to Understanding Cell Type Effects on Displaying Data.

    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.BaseCellType
          FarPoint.Web.Spread.GeneralCellType
             FarPoint.Web.Spread.BaseDropDownCellType
             FarPoint.Web.Spread.EmptyCellType
             FarPoint.Web.Spread.RegExpCellType

    See Also