HotXLS dokumentacija
Pattern Pattern: LongWord;
Pradžia
Pattern Pattern: LongWord;
TGridToXLS
IXLSWorkbook
Pradžia
Pattern Pattern: LongWord;
Pattern Pattern: LongWord;
Grąžina or sets the interior pattern. Read/write LongWord
property
property
Pattern: LongWord;
Pattern can be one of these XlPattern constants
Pattern can be one of these XlPattern constants
xlpatterngray25
xlPatternCrissCross
xlpatterngray25
xlPatternLightDown
xlpatterngray25
xlPatternLightDown
xlPatternLightHorizontal
xlPatternLightDown
xlPatternLightHorizontal
xlPatternLightDown
xlPatternLightHorizontal
xlPatternSemiGray75
xlPatternLightVertical
Workbook.Worksheets[
xlPatternSemiGray75
This example adds a crisscross pattern to the interior of cell A1 on Worksheet one
Workbook.Worksheets[
'A1'
This example adds a crisscross pattern to the interior of cell A1 on Worksheet one
Workbook.Worksheets[
].Range[
'A1'
'A1'
Workbook.Worksheets[
1
].Range[
'A1'
,
'A1'
].Interior.Pattern := xlPatternLightDown;