Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetCellRangeSpanCombined Method
The range.
This parameter is no longer used.


In This Topic
    GetCellRangeSpanCombined Method (SheetView)
    In This Topic
    Gets the cell range of the combined span.
    Syntax
    'Declaration
     
    
    Public Function GetCellRangeSpanCombined( _
       ByVal range As CellRange, _
       ByVal ignoreOneCellCase As Boolean _
    ) As CellRange
    'Usage
     
    
    Dim instance As SheetView
    Dim range As CellRange
    Dim ignoreOneCellCase As Boolean
    Dim value As CellRange
     
    value = instance.GetCellRangeSpanCombined(range, ignoreOneCellCase)
    public CellRange GetCellRangeSpanCombined( 
       CellRange range,
       bool ignoreOneCellCase
    )

    Parameters

    range
    The range.
    ignoreOneCellCase
    This parameter is no longer used.
    See Also