Skip to content

6c5ff262 9d5e e958 1ac1 fd0610850d79

Fernando Garcia edited this page May 8, 2018 · 1 revision

AlignmentModel.SkipLines Property

Additional header content

Gets or sets number of lines to skip.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int SkipLines { get; set; }

VB

Public Property SkipLines As Integer
	Get
	Set

Property Value

Type: Int32
Returns the number of lines to skip. The default is 0.

Exceptions

 

Exception Condition
InvalidOperationException If specified value is less than 0.

Remarks

TEE Object Element Usage

<ByAlignment SkipLines="non-negative integer" .../>

Compatibility table with native writers.

Comma-Separated Values
CsvWriter
Tab-Separated Values
TsvWriter
SQL Script
SqlScriptWriter
XML Spreadsheet 2003
Spreadsheet2003TabularWriter
No has effect No has effect No has effect X
A X value indicates that the writer supports this element.

See Also

Reference

AlignmentModel Class
iTin.Export.Model Namespace

Clone this wiki locally