Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.93 KB

File metadata and controls

58 lines (46 loc) · 1.93 KB

Function: QuerySetCell

Sets a cell to a value.

Method Signature

QuerySetCell(query=[query], column=[string], value=[any], row=[integer])

Arguments

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.

Examples

Related