CGrid:GetNumCols


The GetNumCols method returns the number of columns in the grid.

Syntax

nCols = CGrid:GetNumCols()

bullet.gif    Where nCols is the number of columns in the grid.

bullet.gif    On failure, 0 is returned.

Example

The following script returns the number of columns in a grid window:

G = new_grid()

-- create a new CGrid object

nCols = G:GetNumCols()

-- return the number of columns

Related Topics

CGrid class, GetNumRows


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.