RasterList.moveColumn( srcIndex [, destIndex] )
Relocates a table list column.Parameters
| Name | Type | Description | |
|---|---|---|---|
| srcIndex | number | Zero-based index of the column to be moved. | |
| destIndex | number | optional |
Zero-based index of the new location for the column.
If this argument is omitted or set null, the
column is moved to the last position. |
Returns
| Type | Description |
|---|---|
| object | The list object. This allow for chaining multiple setter methods in one single statement. |