Framework:SetWritableFixedCellBackColor: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 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%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|-{{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''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]].


==Ergebnis==
==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);