* Duplicate rows and insert new rows
(rowNum: number, count: number, insert: boolean)
| 1244 | * Duplicate rows and insert new rows |
| 1245 | */ |
| 1246 | duplicateRow(rowNum: number, count: number, insert: boolean): void; |
| 1247 | |
| 1248 | /** |
| 1249 | * Get or create row by 1-based index |
no outgoing calls
no test coverage detected