NumberOfCells (PQL)
                                    Returns the count of cells in the result set.
- Returned Output: Numeric
 - Library: PQL \ Dynamic \ Grid
 - Version: 2020.10.000
 - Compatibility: Any content (regardless of data source) in the relevant parts of the application
 
Syntax
NumberOfCells()
                                    
                                    Comments
- The function has no input parameters
 
Also see NumberofColumns
Examples
The example below uses the following example grid.
                                        
                                    
This example returns 55 (11 rows x 5 columns):
NumberOfCells()