|
GRID.ItemText |
|
|
state = GRID.ItemText( BYVAL nControl AS INTEGER, BYVAL row AS INTEGER, BYVAL column AS INTEGER, BYVAL text AS STRING ) AS STRING
Set or get the text of specified cell.
Example:
GRID.ItemText( nControl, 1, 1, “Hello World !” ) PRINT GRID.ItemText( nControl, 1, 1 ),
|