Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSBorders
>
Weight
Weight property
Returns or sets the
weight
of the
borders
. Read/write LongWord.
Syntax
property
Weight
: LongWord;
Description
Weight can be one of these XlBorderWeight constants.
xlHairline
xlThin
xlMedium
xlThick
Example
This example sets the weight of border around the A1:C5 range.
Workbook.Sheets[
1
].Range[
'A1'
,
'C5'
].Borders.Weight := xlThin;
Copyright © NikaSoft 2004-2012