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


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