Liefert das Ergebnis von EncodeCellFormat zurueck.
Signatur #
function EncodeCellFormat(Colour: String; FontColour: String; FontSize: Integer; FontStyle: Integer; FontName: String; Selection: Integer): String;
Parameter #
| Name | Typ | Modifier | Beschreibung |
|---|---|---|---|
Colour |
String |
value |
Parameter Colour der Scriptfunktion EncodeCellFormat. |
FontColour |
String |
value |
Parameter FontColour der Scriptfunktion EncodeCellFormat. |
FontSize |
Integer |
value |
Parameter FontSize der Scriptfunktion EncodeCellFormat. |
FontStyle |
Integer |
value |
Parameter FontStyle der Scriptfunktion EncodeCellFormat. |
FontName |
String |
value |
Parameter FontName der Scriptfunktion EncodeCellFormat. |
Selection |
Integer |
value |
Parameter Selection der Scriptfunktion EncodeCellFormat. |
Rueckgabewert #
String – Rueckgabewert der Scriptfunktion EncodeCellFormat.
Beschreibung #
Die Implementierung ruft intern EncodeCellFormat auf.
Beispiele #
Beispiel #
var
ResultValue: String;
begin
ResultValue := EncodeCellFormat('', '', 0, 0, '', 0);
end;
Kategorie: Zahlen / Farben
