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 theLSetCellprocedure. Alternatively, it can use theLAddToCellprocedure to append data to a cell, or theLClrCellprocedure to clear all data from a cell. To find the data in a cell, your application can use theLGetCellDataLocationprocedure to find the location of a cell's data in memory. Or, your application can use theLGetCellprocedure to copy the data elsewhere in memory.
Subtopics
- LSetCell
- LAddToCell
- LClrCell
- LGetCellDataLocation
- LGetCell