File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5756,7 +5756,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
5756
5756
}
5757
5757
5758
5758
/**
5759
- * @hidden @internal
5759
+ * Select range(s) of cells between certain rows and columns of the grid.
5760
5760
*/
5761
5761
public selectRange ( arg : GridSelectionRange | GridSelectionRange [ ] | null | undefined ) : void {
5762
5762
if ( ! this . isDefined ( arg ) ) {
@@ -5796,7 +5796,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
5796
5796
}
5797
5797
5798
5798
/**
5799
- * @hidden @internal
5799
+ * Get the currently selected ranges in the grid.
5800
5800
*/
5801
5801
public getSelectedRanges ( ) : GridSelectionRange [ ] {
5802
5802
return this . selectionService . ranges ;
You can’t perform that action at this time.
0 commit comments