Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ClearSpanCells Method
The sheet area.


In This Topic
    ClearSpanCells Method
    In This Topic
    Clears the span that contains a specified anchor cell from a range of cells in the specified sheet area.
    Syntax
    'Declaration
     
    Public Sub ClearSpanCells( _
       ByVal sheetArea As SheetArea _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim sheetArea As SheetArea
     
    instance.ClearSpanCells(sheetArea)
    public void ClearSpanCells( 
       SheetArea sheetArea
    )

    Parameters

    sheetArea
    The sheet area.
    See Also