Lucee object methods reference
Object Method Query.setCell
			
				Sets a cell to a value. If no row number is specified,
        the cell on the last row is set.
			
		
		
		
		Query.setCell(string column_name,any value,[number row_number]):query
Category
query
		
		
		Arguments
			
				The arguments for this function are set. You can not use other arguments except the following ones.
			
		
		
			
			
				
			
				
			
				
			
				
			
			| Name | Type | Required | Default Value | Description | 
|---|---|---|---|---|
| column_name | string | Yes | ||
| value | any | Yes | ||
| row_number | number | No | -9999 |