Sets a cell to a value.
QuerySetCell(query=[query], column=[string], value=[any], row=[integer])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
query |
query |
true |
The query to set the cell in | |
column |
string |
true |
The column name to set the cell in | |
value |
any |
true |
The value to set the cell to | |
row |
integer |
false |
The row number to set the cell in. If no row number is specified, the cell on the last row is set. |
- QueryAddColumn
- QueryAddRow
- QueryAppend
- QueryClear
- QueryColumnArray
- QueryColumnCount
- QueryColumnData
- QueryColumnExists
- QueryCurrentRow
- QueryDeleteColumn
- QueryDeleteRow
- QueryEach
- QueryEvery
- QueryFilter
- QueryGetCell
- QueryGetResult
- QueryInsertAt
- QueryKeyExists
- QueryMap
- QueryNew
- QueryPrepend
- QueryRecordCount
- QueryReduce
- QueryReverse
- QueryRowData
- QueryRowSwap
- QuerySetRow
- QuerySlice
- QuerySome
- QuerySort