gpeGetGridRowCount
gpeGetGridRowCount(u_sandbox[?verbose{t|nil} ] ) =>x_rowCount/ nil
Description
Returns the number of rows available in the grid of the specified Modgen sandbox object.
Arguments
Value Returned
|
Number of rows in the grid of the specified Modgen sandbox object. |
|
Example
In the following example, a Modgen sandbox object is instantiated. gpeGetGridRowCount is then used to retrieve the number of rows:
sbox = gpeStartSandbox() => pe:0x####
gpeGetGridRowCount(sbox) => 3
Return to top