pgMoveColumn | |
Type | property |
Dictionary | widget.polygrid |
Library | PolyGrid |
Syntax |
|
Synonyms | pgmovecolumnbynumber |
Associations | com.livecode.widget.polygrid |
Summary | Change a column position. |
Example |
|
Description | Use the pgMoveColumn property to move the column. The value for this property is a list of 2 numbers, the first is the current position of the column and the second is the destination. This property will always return an empty string. |
Tags | table,data |