• Preparing search index...
  • The search index is not available
SheetXL - v0.1.84
  • SheetXL
  • models/src
  • SheetUtils
  • pairToRangeAndUpdate

Function pairToRangeAndUpdate

  • pairToRangeAndUpdate(pair, maxRange): {
        range: CellRangeCoords;
        update: CellSimpleUpdateValue;
    }
  • Converts a CellAddressValuePair to a usable range and update by evaluating all 'convenience' properties

    Parameters

    • pair: CellAddressValuePair
    • maxRange: CellRangeCoords

    Returns {
        range: CellRangeCoords;
        update: CellSimpleUpdateValue;
    }

    • range: CellRangeCoords
    • update: CellSimpleUpdateValue

Settings

Member Visibility

Theme

SheetXL - v0.1.84
  • Loading...