index
wks.col.index
numeric
Read/write
Column index counting from left to right. Note: This property is Read Only before 8.5.0 SR1.
EX1
range rr = col(A); // Define a range notation rr.index = 2; // Move the column as the 2nd column
wks.col.findX()