Documentazione HotXLS

Color proprietà

Restituisce o sets the color of the borders. Usa the RGB funzione to create a color value. Read/write LongWord

Sintassi

proprietà Color: LongWord;

Esempio

This example sets the color of the borders of A1:D1 range

Workbook.Sheets[1].Range['A1', 'D1'].Borders.Color := RGB(0, 255, 0);