Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSInterior
>
Pattern
Pattern property
Returns or sets the interior pattern. Read/write LongWord.
Syntax
property
Pattern: LongWord;
Description
Pattern can be one of these XlPattern constants.
xlPatternAutomatic
xlPatternChecker
xlPatternCrissCross
xlPatternDown
xlPatternGray16
xlPatternGray25
xlPatternGray50
xlPatternGray75
xlPatternGray8
xlPatternGrid
xlPatternHorizontal
xlPatternLightDown
xlPatternLightHorizontal
xlPatternLightUp
xlPatternLightVertical
xlPatternNone
xlPatternSemiGray75
xlPatternSolid
xlPatternUp
xlPatternVertical
Example
This example adds a crisscross pattern to the interior of cell A1 on worksheet one.
Workbook.Worksheets[
1
].Range[
'A1'
,
'A1'
].Interior.Pattern := xlPatternCrissCross;
Copyright © NikaSoft 2004-2012