In This Topic
Removes the specified Section from the SectionCollection if it exists.
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As Section _
)
public void Remove(
Section
)
Parameters
- section
- Section to be removed from the collection.
See Also