QG_GetCellSpacing
QG_GetCellSpacing(areaRef; xSpacing; ySpacing):error | |||
---|---|---|---|
![]() |
areaRef | Longint | QGrid area reference |
![]() |
xSpacing | Longint | Horizontal cell spacing |
![]() |
ySpacing | Longint | Vertical cell spacing |
![]() |
error | Longint | Error result |
Get the spacing between cells
Parameter areaRef is the QGrid area reference. If areaRef is not a valid QGrid area reference, qg_paramErr error is returned.
Parameters xSpacing and ySpacing receive the horizontal and vertical cell spacing in pixels respectively.
Related commands
QG_SetCellSpacing | Set the spacing between cells |