Insert(Int32,Section) Method
Inserts a section at the specifed index in the collection.
[Visual Basic]
Overloads Public Sub Insert( _
ByVal index As Integer, _
ByVal section As Section _
)
Parameters
- index
- The zero-based index where the specified section should be inserted.
- section
- The Section to be inserted.
See Also
SectionCollection Class
| SectionCollection Members
| Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.