newGridEntry
Creates a new grid line for a data grid.
Parameters
The first parameter is a grid control
Example Usages
Simple (pay attention to the **await** keyword)
await brixxApi.newGridEntry("myGridControl");
Last updated