* Access an individual columns by key, letter and 1-based column number
(indexOrKey: number | string)
| 1162 | * Access an individual columns by key, letter and 1-based column number |
| 1163 | */ |
| 1164 | getColumn(indexOrKey: number | string): Column; |
| 1165 | |
| 1166 | /** |
| 1167 | * Cut one or more columns (columns to the right are shifted left) |
no outgoing calls