HotXLS-dokumentaatio
Sisältö
Etusivu
Yleiskatsaus
TGridToXLS
IXLSWorkbook
Etusivu
Sisältö
Yleiskatsaus
PatternColor ominaisuus
Palauttaa or sets the color of the interior pattern as an RGB value. Read/write LongWord
Syntaksi
property PatternColor: LongWord;
Esimerkki
This example sets the color of the interior pattern for 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);
Copyright © 2010-2026 losLab Software