@univerjs/sheets-formula 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27,7 +27,10 @@ export declare enum OriginRangeEdgeType {
|
|
|
27
27
|
RIGHT = 3,
|
|
28
28
|
ALL = 4
|
|
29
29
|
}
|
|
30
|
-
export declare function getNewRangeByMoveParam(unitRangeWidthOffset: IUnitRangeWithOffset, formulaReferenceMoveParam: IFormulaReferenceMoveParam, currentFormulaUnitId: string, currentFormulaSheetId: string
|
|
30
|
+
export declare function getNewRangeByMoveParam(unitRangeWidthOffset: IUnitRangeWithOffset, formulaReferenceMoveParam: IFormulaReferenceMoveParam, currentFormulaUnitId: string, currentFormulaSheetId: string, options?: {
|
|
31
|
+
preserveSheetQualifier?: boolean;
|
|
32
|
+
inCrossSheetCutRange?: boolean;
|
|
33
|
+
}): string | undefined;
|
|
31
34
|
/**
|
|
32
35
|
* Determine the range of the moving selection,
|
|
33
36
|
* and check if it is at the edge of the reference range of the formula.
|