Interface: IDataTableCellProxy¶
A designer-facing interface that provides access to a data table cell.
Hierarchy¶
-
IDataTableCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getColumnIndex¶
▸ getColumnIndex(): number
Get column index
Returns: number
getParent¶
▸ getParent(): IDataTableSectionProxy
This method returns DataTableSection proxy
Returns: IDataTableSectionProxy
getRowIndex¶
▸ getRowIndex(): number
Get row index
Returns: number
getValue¶
▸ getValue(): string
Get cell value
Returns: string
the value of the cell
setValue¶
▸ setValue(value: string): void
Set the value in the cell
Parameters:
| Name | Type | Description |
|---|---|---|
value |
string | value to be set |
Returns: void