CGridView:SetStr
The SetStr method assigns a string value to a grid cell.
CGridView:SetStr( nCol, nRow, strValue )
Where nCol, and nRow are the coordinates of the cell to set.
Where strValue is the string value to assign to the specified cell.
The following script sets the cell contents of (column 5, row 10) to "My value":
|
-- attach a grid on the Mira desktop |
|
-- set the string value in cell (5,10) |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.