Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SheetCellRange Class / Combine Method
The cell range.


In This Topic
    Combine Method
    In This Topic
    Combines the specified cell range.
    Syntax
    'Declaration
     
    
    Public Function Combine( _
       ByVal cellRange As SheetCellRange _
    ) As SheetCellRange
    'Usage
     
    
    Dim instance As SheetCellRange
    Dim cellRange As SheetCellRange
    Dim value As SheetCellRange
     
    value = instance.Combine(cellRange)

    Parameters

    cellRange
    The cell range.
    See Also