Add Method (LineCollection)
In This Topic
Adds a line to the collection.
Syntax
'Declaration
Public Sub Add( _
ByVal As Line _
)
'Usage
Dim instance As LineCollection
Dim item As Line
instance.Add(item)
Parameters
- item
- Line
Example
This example sets the Add method.
See Also