3.7.5.102.16 wks.col.index

Syntax

wks.col.index

Type

numeric

Access

Read/write

Description

Column index counting from left to right. Note: This property is Read Only before 8.5.0 SR1.

Examples

EX1

This example shows how to reorder worksheet column
range rr = col(A); // Define a range notation
rr.index = 2; // Move the column as the 2nd column

See also

wks.col.findX()