CGridView:GetNumCols


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

Syntax

nCols = CGridView: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 = attach_gridview()

-- attach the top-most grid window

nCols = G:GetNumCols()

-- return the number of columns

Related Topics

CGridView class, GetNumRows, GetNumSheets, SetNumCols


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