​
​
​

Gets a section from the collection. In C# this property is the indexer for the SectionCollection class.

Syntax

​public Section this [int number] { get; }
​Public Default ReadOnly Property Item(ByVal number As Integer) As Section

Parameters

Parameter Description
number Specifies a section number. The first section has the number 1.
​

Limitations

Read only.

​