Spreadsheet Cell Color
|
11-27-2014, 01:55 AM
Post: #1
|
|||
|
|||
Spreadsheet Cell Color
I've read the manual and is possible formatting the Cells in Spreadsheet, changing the color. Is it possible changing it programmatically?
Thank you very much for your help Rogerio |
|||
11-29-2014, 12:15 PM
(This post was last modified: 11-29-2014 12:16 PM by Tyann.)
Post: #2
|
|||
|
|||
RE: Spreadsheet Cell Color
(11-27-2014 01:55 AM)rbiondi Wrote: I've read the manual and is possible formatting the Cells in Spreadsheet, changing the color. Is it possible changing it programmatically? hello yes with cell (row, column, 6) := n for text and cell (row, column, 7):=n to the bottom with 0 <= n < = 32768 . |
|||
11-29-2014, 02:27 PM
Post: #3
|
|||
|
|||
RE: Spreadsheet Cell Color
Note that I would recommend using the RGB function for setting your color. That way it will be compatible when/if color depth changes for future revisions/software versions.
TW Although I work for HP, the views and opinions I post here are my own. |
|||
11-29-2014, 04:23 PM
Post: #4
|
|||
|
|||
RE: Spreadsheet Cell Color
(11-29-2014 02:27 PM)Tim Wessman Wrote: Note that I would recommend using the RGB function for setting your color. That way it will be compatible when/if color depth changes for future revisions/software versions. Hello Tim I thought RGB did not work, I have to repeat some tests , in fact it is necessary to limit the values to not exceed 32768 . RGB ( 0,0 to 127 ,0 to 255 ) . From what I understand . Sorry for my english : google translation. Note that you can use the syntax: A6 (6) in place of cell ( 6,1,6 ) for example. |
|||
11-29-2014, 10:35 PM
Post: #5
|
|||
|
|||
RE: Spreadsheet Cell Color
Hmm. Indeed. I think that needs to be fixed.
TW Although I work for HP, the views and opinions I post here are my own. |
|||
11-30-2014, 11:47 AM
Post: #6
|
|||
|
|||
RE: Spreadsheet Cell Color
Thank you very much for the help!
I'm still learning more about the calculator and loving it so much! Best regards, Rogerio |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)