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


In This Topic
    CellTypeSettingControl Property (IPluginCellTypeSetting)
    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;}
    See Also