FarPoint.Win.Spread
ProgressCellType Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : ProgressCellType Class


Represents a progress indicator cell.

Object Model




Syntax

Visual Basic (Declaration) 
Public Class ProgressCellType 
   Inherits BaseCellType
   Implements ISerializeSupportICellTypeIEditorIFormatterINotifyEditorValueChangedIPdfSupportIPropertyAllowedSupportIRenderer 
Visual Basic (Usage)Copy Code
Dim instance As ProgressCellType

Remarks

For more information about setting the cell type, refer to Setting a Progress IndicatorCell.

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.Win.Spread.CellType.BaseCellType
      FarPoint.Win.Spread.CellType.ProgressCellType

See Also