lxIsGroupArrayRegular
lxIsGroupArrayRegular(d_figId) =>t /nil
Description
Checks whether the given group array is a regular group array. For a regular group array, the number of cells can be modified by updating the number of rows or columns. For a non-regular group array, the number of cells is fixed.
Arguments
Value Returned
Example
The following code checks whether the group array whose database ID is stored in groupArray1 is a regular group array.
lxIsGroupArrayRegular(groupArray1)
==> t
Related Topics
Return to top