pgTextOfCell | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Associations | com.livecode.widget.polygrid |
Summary | Get and set the text of a cell in a PolyGrid. |
Example |
|
Description | Use the pgTextOfCell property to get and set the text of a cell in a PolyGrid. Before calling the pgTextOfCell property, you must point to the cell for which you want to get or set the text. This is done with the pgInternalPointer (property) property. |
Tags | table,data |