TIWCGJQGridOptions.jsGetCell(Variant,Variant) Method

js: Returns the content of the cell specified by id = rowid and column = iCol. iCol can be either the column index or the name specified in colModel. Do not use this method when you editing the row or cell. This will return the cell content and not the actuall value of the input element.

Namespace: IWCGJQGrid
public
 function jsGetCell(const ARowId,AColNameOrIdx: Variant): string;

Parameters

ARowId
Type: Variant

AColNameOrIdx
Type: Variant

Return Value

Type: string