Important: The information in this document is obsolete and should not be used for new development.
Accessing and Manipulating Cell Data
To change the data contained in a cell, your application ordinarily uses theLSetCell
procedure. Alternatively, it can use theLAddToCell
procedure to append data to a cell, or theLClrCell
procedure to clear all data from a cell. To find the data in a cell, your application can use theLGetCellDataLocation
procedure to find the location of a cell's data in memory. Or, your application can use theLGetCell
procedure to copy the data elsewhere in memory.
Subtopics
- LSetCell
- LAddToCell
- LClrCell
- LGetCellDataLocation
- LGetCell