The following tables list the members exposed by SectionCollection.
Public Properties
| Name | Description |
| Capacity | Gets or sets the number of elements that the SectionCollection can contain. (Inherited from System.Collections.CollectionBase) |
| Count | Gets the number of elements contained in the SectionCollection instance. (Inherited from System.Collections.CollectionBase) |
| Item | Overloaded. Returns a reference to a Section in the SectionCollection using its index or unique name. |
Top
Public Methods
Public Events
| Name | Description |
| Changed | Occurs when the members of the SectionCollection have changed. |
Top
See Also