Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPluginCellTypeSetting Interface / CellType Property


In This Topic
    CellType Property (IPluginCellTypeSetting)
    In This Topic
    Gets or sets the cell type.
    Syntax
    'Declaration
     
    
    Property CellType As BaseCellType
    'Usage
     
    
    Dim instance As IPluginCellTypeSetting
    Dim value As BaseCellType
     
    instance.CellType = value
     
    value = instance.CellType
    BaseCellType CellType {get; set;}
    See Also