Skip to content

Commit 9b9e588

Browse files
damyanpetevChronosSFrkaraivanovhanastasov
authored
refactor(grid): unhide grid selection range methods (#12539)
Co-authored-by: Stamen Stoychev <[email protected]> Co-authored-by: Radoslav Karaivanov <[email protected]> Co-authored-by: Hristo <[email protected]>
1 parent bd5cbfa commit 9b9e588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5756,7 +5756,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
57565756
}
57575757

57585758
/**
5759-
* @hidden @internal
5759+
* Select range(s) of cells between certain rows and columns of the grid.
57605760
*/
57615761
public selectRange(arg: GridSelectionRange | GridSelectionRange[] | null | undefined): void {
57625762
if (!this.isDefined(arg)) {
@@ -5796,7 +5796,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
57965796
}
57975797

57985798
/**
5799-
* @hidden @internal
5799+
* Get the currently selected ranges in the grid.
58005800
*/
58015801
public getSelectedRanges(): GridSelectionRange[] {
58025802
return this.selectionService.ranges;

0 commit comments

Comments
 (0)