This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class Formatting
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class Formatting

The type exposes the following properties.

Public Properties

  Name Description
Public property Advanced
Gets or sets the advanced formatting parameters.
Public property MaxRows
Gets or sets the number of rows that will be formatted.
Public property ResultFormat
Gets or sets the ResultFormat. The ResultFormat is applied to final output of the module.
Public property RowDelimiter
Gets or sets the RowDelimiter used between two rows. (Used only when no formatting Xml is supplied.)
Public property RowFormat
Gets or sets the RowFormat used for each row. (Used only when no formatting Xml is suppplied.)
Public property SkipRows
Gets or sets the number of the first row that will be formatted.
Public property Trim
Gets or sets the trim mode used for formatting.
Public property Whitespace
Gets or sets the whitespace mode used for formatting.

See Also

Advanced