| ProcessorFormatSection Method |
Formats the specified section as text sentences and paragraphs.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax public string FormatSection(
ISection section
)
Parameters
- section
- Type: Opait.ReportMiner.ApiISection
The section to format.
Return Value
Type:
StringThe formatted section as sentences and paragraphs.
See Also