Skip to content

52073b46 a73e 96ba e01a 5e3a25d6dea1

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

AlignmentModel.Horizontal Property

Additional header content

Gets or sets horizontal alignment.

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 KnownHorizontalAlignment Horizontal { get; set; }

VB

Public Property Horizontal As KnownHorizontalAlignment
	Get
	Set

Property Value

Type: KnownHorizontalAlignment
One of the KnownHorizontalAlignment values. The default is Center.

Exceptions

 

Exception Condition
InvalidEnumArgumentException If specified value is outside the range of valid values.

Remarks

TEE Object Element Usage

<ByAlignment Horizontal="Left|Center|Right" .../>

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