Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleCollection Class / ClearItems Method


In This Topic
    ClearItems Method (AppearanceStyleCollection)
    In This Topic
    Removes all elements from the Collection.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub ClearItems() 
    'Usage
     
    
    Dim instance As AppearanceStyleCollection
     
    instance.ClearItems()
    protected override void ClearItems()
    See Also