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

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

Parameters

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