CGridView:GetStr
The GetStr method returns grid cell contents as a string.
strValue = CGridView:GetStr( nCol, nRow )
Where nCol, and nRow are the coordinates of the cell to get.
On success, the string value in the specific grid cell is returned as strValue.
On failure, nil is returned.
The following script returns the cell contents in (column 5, row 10):
|
-- create a CGridView object |
-- fill the grid |
|
|
-- return the string value in cell (5,10) |
|
-- list the string value. |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.