TABLECELL Data Type

TABLECELL identifies a cell in a table by specifying the cell’s row and column. It is defined as follows:

[-] type TABLECELL is record
	[ ] TABLEROW Row 
	[ ] TABLECOL Col

Example

TABLECELL CurCell = {"2", "ship_date"}