Returns a section from a Sections collection.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Section this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As Section
	Get

Parameters

name
Type: System..::..String

Remarks

The name parameter may be a string containing a section name.

See Also