Name | Type | Description |
---|---|---|
cellCount | Number | Returns the number of cells in the band. |
style | GridStyler | Returns the style settings of the control. |
Name | Return Type | Description |
---|---|---|
getCellIndices | Number[] | Returns an array of cellIndex. |
getColumn | GridRowGroupColumn | Returns a specific cell. |
getColumnByColIndex | GridRowGroupColumn[] | Returns an array of GridColumn that fits this information. |
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. |
declaring type | GridBand |
---|---|
type | Number |
readonly |
Returns the number of cells in the band.
|
type | GridStyler |
---|---|
readonly |
Returns the style settings of the control.
cpr.data.UIControl.style Note
|
return | Number[] | cellIndex array. |
---|
name | type | description | |
---|---|---|---|
cellIndex | Number | Cell index. |
return | GridRowGroupColumn | The cell of the input cell index. |
---|
name | type | description | |
---|---|---|---|
colIndex | Number | The colIndex of the column to find. | |
colSpan | Number | The colSpan of the column you are looking for. |
return | GridRowGroupColumn[] | A GridColumn array for that information. |
---|
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[] |