Skip to content

Interface: IDataTableRowProxy

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getCell

getCell(columnIndex: number): IDataTableCellProxy

Parameters:

Name Type Description
columnIndex number The column index.

Returns: IDataTableCellProxy

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

Parameters:

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

Returns: IDataTableCellProxy