Click or drag to resize

GridContainercells Method

Get cell object to manipulate directly with its properties. Special row ids: "header_row", "input_row".

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function cells(rowId, columnIndex);

Parameters

rowId
Type: string
columnIndex
Type: int

Return Value

Type: [T:(Any)]
Aras.Client.Controls.Public.Cell
See Also