Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSpanModel Class / Clear Method / Clear() Method


In This Topic
    Clear() Method
    In This Topic
    Removes all cell spans from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Clear() 
    'Usage
     
    
    Dim instance As DefaultSheetSpanModel
     
    instance.Clear()
    public override void Clear()
    See Also