GRID.ItemInteger

Previous  Next

 

state = GRID.ItemInteger( BYVAL nControl AS INTEGER,

                          BYVAL row      AS INTEGER,

                          BYVAL column   AS INTEGER,

                          BYVAL number   AS INTEGER ) AS INTEGER

 

 

 

 

Set or get an integer value from specified cell.

 

Example:

 

DIM nils AS INTEGER

Nils = 128

GRID.ItemInteger( nControl, 1, 1, Nils )