| Name | Return Type | Description |
|---|---|---|
| getCellIndices | Number[] | Returns an array of cellIndex. |
| getColumn | GridColumn | |
| getColumnByColIndex | GridColumn[] | |
| getControl | UIControl | Returns controls that exist in a specific cell. |
| getRowHeight | Number | Returns the height of each region by row index. |
| getRowHeights | { height: Number }[] | Returns the row height of the region. |
| setRowHeights | Change the row height of the area. |
| type | Number |
|---|---|
| readonly |
Returns the number of cells in the band.
|
| return | Number[] | cellIndex array. |
|---|
| name | type | description | |
|---|---|---|---|
| colIndex | Number | ||
| colSpan | Number | ||
| return | GridColumn[] |
|---|
| name | type | description | |
|---|---|---|---|
| cellIndex | Number | Cell index. | |
| return | UIControl | The control that exists at the input cell index. |
|---|
| name | type | description | |
|---|---|---|---|
| rowIndex | Number | Row index. | |
| return | Number | The height of the input row index. |
|---|
| return | { height: Number }[] | Row height array. |
|---|
| name | type | description | |
|---|---|---|---|
| heights | Number[] | Set height array. (ex. [30]) | |