Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CellTypeDlgV3 Class / PluginCellTypeSettings Property


In This Topic
    PluginCellTypeSettings Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property PluginCellTypeSettings As ArrayList
    'Usage
     
    
    Dim instance As CellTypeDlgV3
    Dim value As ArrayList
     
    instance.PluginCellTypeSettings = value
     
    value = instance.PluginCellTypeSettings
    public ArrayList PluginCellTypeSettings {get; set;}
    See Also