Framework:SetWritableFixedCellBackColor: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== SetWritableFixedCellBackColor(<BackColor>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-co..." |
No edit summary |
||
| (4 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%" | |||
{| | |-{{Tabellentitel}} | ||
|- | | Parameter | ||
| | | Description | ||
| | |||
|- | |- | ||
|BackColor | |BackColor | ||
|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 - | [[Category:Functions|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);