Skip to content

Class: DataTableRowProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new DataTableRowProxy(context: IContext): DataTableRowProxy

Overrides RowProxy.constructor

Parameters:

Name Type
context IContext

Returns: DataTableRowProxy

Methods

getCell

getCell(columnIndex: number): IDataTableCellProxy

Implementation of IDataTableRowProxy

Parameters:

Name Type Description
columnIndex number The column index.

Returns: IDataTableCellProxy

getCell(rowIndex: number, columnIndex: number): IDataTableCellProxy

Implementation of IDataTableRowProxy

Parameters:

Name Type Description
rowIndex number The row index.
columnIndex number The column index.

Returns: IDataTableCellProxy