IsCellValid (PQL)
Returns true if the cell is valid and exists
- Returned Output: Boolean
- Library: PQL \ Dynamic \ Grid
- Version: 2020.10.000
- Compatibility: Any content (regardless of data source) in the relevant parts of the application
Syntax
IsCellValid( <Row Integer> , <Column Integer> )
* Click on the function's arguments above for more details on the input values.
Comments
- The row and column zero-based index numbers must be supplied to indicate which data point to check.
Examples
This example returns the value TRUE because data point 0,0 exists.
IsCellValid (0,0)