ActiveReports Developer 7
Weight Field
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace > LineInfo Class : Weight Field

Glossary Item Box

The thickness of the line.

Syntax

Visual Basic (Declaration) 
Public Weight As System.Integer
C# 
public System.int Weight

Field Value

An Excel enumerated line weight value.

Remarks

Effect for Microsoft Excel 97 file format (BIFF8):

Parameter will generate line with weight parameter as points.

Effect for versions 3, 4, 5, and 7.

0-Hairline: 0 points
1-Single: .75 points
2-Double: 1.35 points
3-Thick: 1.95 points

Version 2 does not support lines

See Also