Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    BaseCellType object containing the cell type
    See Also