@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
15 lines (14 loc) • 612 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export declare class RowspanService {
private skipCells;
addCells(rowIndex: number, colIndex: number, rowspan: number): void;
reset(): void;
shouldSkip(rowIndex: number, colIndex: number): boolean;
private cellExists;
}