Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / AddSpanCell Method / AddSpanCell(CellRange,SheetArea) Method
The cell range to span.
The sheet area.


In This Topic
    AddSpanCell(CellRange,SheetArea) Method
    In This Topic
    Adds a span of cells in this sheet in the specified sheet area.
    Syntax
    'Declaration
     
    Public Overloads Sub AddSpanCell( _
       ByVal range As CellRange, _
       ByVal sheetArea As SheetArea _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim range As CellRange
    Dim sheetArea As SheetArea
     
    instance.AddSpanCell(range, sheetArea)
    public void AddSpanCell( 
       CellRange range,
       SheetArea sheetArea
    )

    Parameters

    range
    The cell range to span.
    sheetArea
    The sheet area.
    See Also