Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSpanModel Interface / Clear Method


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