QuerySetCell

Sets a cell to a value.

Method Signature

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

Arguments

ArgumentTypeRequiredDescriptionDefault

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

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC