Click or drag to resize

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
C#
public string FormatSection(
	ISection section
)

Parameters

section
Type: Opait.ReportMiner.ApiISection
The section to format.

Return Value

Type: String
The formatted section as sentences and paragraphs.
See Also