GRID.ItemReal

Previous  Next

 

state = GRID.ItemReal( BYVAL nControl AS INTEGER,

                       BYVAL row      AS INTEGER,

                       BYVAL column   AS INTEGER,

                       BYVAL number   AS REAL ) AS REAL

 

 

 

 

Set or get a floating point (REAL) value of specified cell.

 

Example:

 

DIM Kalle AS REAL

 

Kalle = 123.456

GRID.SetItemReal( nControl, 1,1, Kalle )