ActiveReports 8
Weight Field
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also