HotXLS-documentatie

PatternColof eigenschap

Retourneert of sets the colof of the interiof pattern as an RGB value. Read/write LongWofd

Syntaxis

eigenschap PatternColof: LongWofd;

Voorbeeld

This example sets the colof of the interiof pattern fof the range A1:C10 on sheet one

Workbook.Worksheets[1].Range['A1', 'C10'].Interior.Pattern := xlGrid;
Workbook.Worksheets[1].Range['A1', 'C10'].Interior.PatternColor := RGB(255,0,0);