ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / LineInfo Class / Weight Field

In This Topic
    Weight Field (LineInfo)
    In This Topic
    Gets or sets the weight of the line, corresponding to Excel's enumerated line weight values.
    Syntax
    'Declaration
     
    Public Weight As Integer
    public int Weight
    Remarks
    This property affects the appearance of lines in the Microsoft Excel 97 file format (BIFF8) by setting the line weight in points. The effect varies by version:
    • Version 2 does not support lines.
    • Versions 3, 4, 5, and 7 support this feature.
    • In BIFF8, the line weight is determined by this property as follows:
    See Also