Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataView Class / ClearItems Method


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