Cell Property
  

Set / Get cell value in grid control.

SYNTAX
Pseudo-OOP:

Set:
<WindowName>.<ControlName>. Cell ( <nRow> , <nCol> ) := CellValue

Get:
<WindowName>.<ControlName> . Cell ( <nRow> , <nCol> ) --> CellValue

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Cell , <nRow> , <nCol>), CellValue )

Get:
GetProperty ( <ParentWindowName>, <ControlName>, Cell , <nRow> , <nCol> ) --> CellValue