Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / GetCorrectCellRange Method


In This Topic
    GetCorrectCellRange Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetCorrectCellRange( _
       ByVal spread As FpSpread, _
       ByVal oldCellRange As CellRange, _
       Optional ByVal ignoreSpan As Boolean, _
       Optional ByVal ignoreLegacy As Boolean _
    ) As CellRange
    'Usage
     
    
    Dim spread As FpSpread
    Dim oldCellRange As CellRange
    Dim ignoreSpan As Boolean
    Dim ignoreLegacy As Boolean
    Dim value As CellRange
     
    value = RibbonBar.GetCorrectCellRange(spread, oldCellRange, ignoreSpan, ignoreLegacy)
    public static CellRange GetCorrectCellRange( 
       FpSpread spread,
       CellRange oldCellRange,
       bool ignoreSpan,
       bool ignoreLegacy
    )

    Parameters

    spread
    oldCellRange
    ignoreSpan
    ignoreLegacy
    See Also