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


In This Topic
    PercentCellType Class
    In This Topic
    Represents a percent value data type cell.
    Object Model
    PercentCellType ClassExtraRendererSettings ClassValidatorCollection Class
    Syntax
    Remarks

    Use this cell type to display percent values in a cell.

    While these properties are inherited from the general cell type, they are not used in this class:

    • AllowWrap
    • DateTimeFormat
    • FormatString
    • IsDateFormat
    • Multiline

    For help with assigning a percent cell type to a cell or range of cells, refer to Setting a Percent 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.PercentCellType

    See Also