Table of Contents
StartColumnIndex Property

Gets or sets the start column index.

Syntax
 public Int32 StartColumnIndex { get; set; }
Remarks

When ColumnCount is set to a value greater than 0, this property and StartPosition determine the start position of the output.

By default, StartPosition indicates the start position of the first column of the output. Set this property to -1 to start from the StartPosition on every column of the first page.

This property is automatically reset to 0 after each conversion.

This property is ignored in when Mode is set to Integrated.

See Also