Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSpanModel Class / Clear Method


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