Framework:SetWritableFixedCellBackColor: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
SetWritableFixedCellBackColor(<BackColor>) | <span {{CoPFormel}}>SetWritableFixedCellBackColor(<BackColor>)</span> | ||
{| class="wikitable" width="80%" | {| class="wikitable" width="80%" | ||
| Line 12: | Line 11: | ||
|Gets or sets the background color for the cell. | |Gets or sets the background color for the cell. | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_client-side|client-side functions]]. | |||
== | ==Result== | ||
Gets or sets the background color for the cell. | Gets or sets the background color for the cell. | ||
==Example== | ==Example== | ||
SetWritableFixedCellBackColor(F51231); | <span {{CoPFormel}}>SetWritableFixedCellBackColor(F51231);</span> | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|SetWritableFixedCellBackColor]] | |||
[[Category:Functions - client-side|SetWritableFixedCellBackColor]] | [[Category:Functions - client-side|SetWritableFixedCellBackColor]] | ||
[[de:Framework:SetWritableFixedCellBackColor]] | [[de:Framework:SetWritableFixedCellBackColor]] | ||
Latest revision as of 08:53, 24 May 2012
Function
SetWritableFixedCellBackColor(<BackColor>)
| Parameter | Description |
| BackColor | Gets or sets the background color for the cell. |
This function belongs to client-side functions.
Result
Gets or sets the background color for the cell.
Example
SetWritableFixedCellBackColor(F51231);