Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.77 KB

File metadata and controls

56 lines (44 loc) · 1.77 KB

Function: QueryRowData

Returns the cells of a query row as a structure

Method Signature

QueryRowData(query=[query], rowNumber=[integer])

Arguments

Argument Type Required Description Default
query query true The query object to which the row should be returned.
rowNumber integer true Position of the query row to return.

Examples

Related