Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPluginCellTypeSetting Interface / CellTypeSettingControl Property


In This Topic
    CellTypeSettingControl Property
    In This Topic
    Gets the cell type setting control.
    Syntax
    'Declaration
     
    ReadOnly Property CellTypeSettingControl As Control
    'Usage
     
    Dim instance As IPluginCellTypeSetting
    Dim value As Control
     
    value = instance.CellTypeSettingControl
    Control CellTypeSettingControl {get;}

    Property Value

    Control containing the cell type setting control
    See Also