Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CellTypeConverter Class
Members


In This Topic
    CellTypeConverter Class
    In This Topic
    Provides a drop-down list of cell types for a property of type ICellType in the property grid.
    Syntax
    'Declaration
     
    
    Public Class CellTypeConverter 
       Inherits System.ComponentModel.TypeConverter
    'Usage
     
    
    Dim instance As CellTypeConverter
    public class CellTypeConverter : System.ComponentModel.TypeConverter 
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          FarPoint.Win.Spread.CellType.CellTypeConverter
             FarPoint.Win.Spread.CellType.DesignTimeCellTypeConverter

    See Also