Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

column number of a cell

Community Expert ,
Mar 03, 2010 Mar 03, 2010

Hi

I have a cell object and I want to find out what column it is in. How do I do that with JavaScript? Thank you very much.

Rick

TOPICS
Scripting
547
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 03, 2010 Mar 03, 2010

myCell.parentColumn.index;

Peter

Translate
Community Expert ,
Mar 03, 2010 Mar 03, 2010

myCell.parentColumn.index;

Peter

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 04, 2010 Mar 04, 2010
LATEST

Hi Peter,

Thank you very much. I looked in the docs, but I missed it.

Rick

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines