You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns a `WorkbookRangeAreas` object that represents the range containing all the dependent cells of a specified range in the same worksheet or across multiple worksheets.
1822
+
*/
1823
+
getDependents(): WorkbookRangeAreas;
1824
+
1825
+
/**
1826
+
* Returns a `WorkbookRangeAreas` object that represents the range containing all the direct dependent cells of a specified range in the same worksheet or across multiple worksheets.
1827
+
*/
1828
+
getDirectDependents(): WorkbookRangeAreas;
1829
+
1820
1830
/**
1821
1831
* Returns a `WorkbookRangeAreas` object that represents the range containing all the direct precedent cells of a specified range in the same worksheet or across multiple worksheets.
* Returns a `WorkbookRangeAreas` object that represents the range containing all the precedent cells of a specified range in the same worksheet or across multiple worksheets.
1901
+
*/
1902
+
getPrecedents(): WorkbookRangeAreas;
1903
+
1889
1904
/**
1890
1905
* Returns a range object that is the edge cell of the data region that corresponds to the provided direction. This matches the Ctrl+Arrow key behavior in the Excel on Windows UI.
1891
1906
* @param direction The direction from the active cell.
0 commit comments