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