query.getCellByIndex()

return the value of a specific query cell

Introduced: 5.3.4.34

query.getCellByIndex( column_name=string, index=string, defaultValue=any )

Returns: any

Argument Description
column_name
string, required

name of the column

index
string, required

Name of the index.

defaultValue
any, optional

In case no matching index was found, this value is returned by the function, in case it is not set, the function will throw an exception.

Examples

There are currently no examples for this function

See also