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