CGrid:GetNumCols
The GetNumCols method returns the number of columns in the grid.
nCols = CGrid:GetNumCols()
Where nCols is the number of columns in the grid.
On failure, 0 is returned.
The following script returns the number of columns in a grid window:
|
-- create a new CGrid object |
|
-- return the number of columns |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.