J
JJ
I want to be able to create a formula on a selected Number field and
insert that field to the left of the selected column. In order to do
this I know I would be using the TableEdit method. However, I would
need to know the existing Column number of the selected cell or column
in order to give a value to the "ColumnPosition" argument of the
TableEdit method.
What method or property would give me the column number (position in
the table) of the selected cell or column?
(NOTE: I already know how to set the custom formula. If no cell or
column is selected, then the default value for ColumnPosition would be
-1 to place the field at the end of the table.)
Thanks!
JR
insert that field to the left of the selected column. In order to do
this I know I would be using the TableEdit method. However, I would
need to know the existing Column number of the selected cell or column
in order to give a value to the "ColumnPosition" argument of the
TableEdit method.
What method or property would give me the column number (position in
the table) of the selected cell or column?
(NOTE: I already know how to set the custom formula. If no cell or
column is selected, then the default value for ColumnPosition would be
-1 to place the field at the end of the table.)
Thanks!
JR