Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / BaseSheetSpanModel Class / Clear Method
Example


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()
    Example
    This example clears all the spans from the model.
    See Also