QueryGetCellByIndex()
return the value of a specific query cell
Since 5.3.4.23
Introduced: 5.3.4.34
QueryGetCellByIndex( query=query, column_name=string, index=string, defaultValue=any );
Returns: any
| Argument | Description |
|---|---|
|
query
query,
required
|
edit
query to get cell value from |
|
column_name
string,
required
|
edit
name of the column |
|
index
string,
required
|
edit
Name of the index. |
|
defaultValue
any,
optional
|
edit
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. Introduced: 5.3.4.33 |
Examples
There are currently no examples for this function 38,185ms WARN No examples for function queryGetCellByIndexSee also
- Queries
- QueryRowByIndex()
- query.getCellByIndex()
- Query Indexes
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)