Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearSpanCells Method


In This Topic
    ClearSpanCells Method
    In This Topic
    Removes all spans from this sheet.
    Syntax
    'Declaration
     
    
    Public Sub ClearSpanCells() 
    'Usage
     
    
    Dim instance As SheetView
     
    instance.ClearSpanCells()
    public void ClearSpanCells()
    See Also