| 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 ISection GetSection(
string name
)
Parameters
- name
- Type: SystemString
The name of the section.
Return Value
Type:
ISectionThe matching section, or null if the section was not found.
See Also