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