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

SpreadsheetFormatCell

Explorer ,
May 04, 2012 May 04, 2012

Copy link to clipboard

Copied

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6747.html

Views

601

Translate

Translate

Report

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
Explorer ,
May 04, 2012 May 04, 2012

Copy link to clipboard

Copied

1) alignment="auto" and width="auto" also work. Are others missing?

2) I would add a note that dataformat #,##0 and probably others listed under the dataformat section fail because they need to be escaped (e.g., dataformat = "##,##0")

3) The syntax of {alignment="right", dataformat = "##,##0"} also works when passing multiple parameters for the format. For example:

SpreadsheetFormatCellRange(objSS, {alignment="right", dataformat = "##,##0"}, 3, 3, lnRowLen, lnColLen)

Votes

Translate

Translate

Report

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
New Here ,
May 04, 2012 May 04, 2012

Copy link to clipboard

Copied

LATEST

I've tried using textwrap = true, to no avail.

The precise line I'm attempting is the following:

SpreadsheetFormatCell(SpreadsheetObj, {textwrap=true}, 40, 1);

My expected outcome is to see the text I'm putting in the cell wrap.

Is this not what I should expect?

Votes

Translate

Translate

Report

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
Resources
Documentation