Click or drag to resize

IRecordGetSection Method

Gets a section that matches the given name.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
ISection GetSection(
	string name
)

Parameters

name
Type: SystemString
The name of the section.

Return Value

Type: ISection
The matching section, or null if the section was not found.
See Also