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
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help