Function QUERYGETCELL
return the value of a specific query cell
Example
querygetcell(query query,string column_name,[number row_number]):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
query | query | Yes | query to get cell value from |
column_name | string | Yes | name of the column |
row_number | number | No | row number (1-n) |