ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / AddLine Method
A LineInfo object with it's members set to the correct line configuration values. See the LineInfo class for more information.

In This Topic
    AddLine Method (DDSheet)
    In This Topic
    Adds a line with specified coordinates and properties.
    Syntax
    'Declaration
     
    Public Sub AddLine( _
       ByVal li As LineInfo _
    ) 
    public void AddLine( 
       LineInfo li
    )

    Parameters

    li
    A LineInfo object with it's members set to the correct line configuration values. See the LineInfo class for more information.
    See Also