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


Represents a slider cell.

Object Model





Syntax

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

Remarks

For more information about setting the cell type, refer to Setting a Slider 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.Win.Spread.CellType.BaseCellType
      FarPoint.Win.Spread.CellType.SliderCellType

See Also