Skip to content

4b79fc59 aab6 13cf bc88 7e946aad7332

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

GlobalResourcesModel.Styles Property

Additional header content

Gets or sets the collection of user-defined styles.

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 StylesModel Styles { get; set; }

VB

Public Property Styles As StylesModel
	Get
	Set

Property Value

Type: StylesModel
Collection of user-defined styles. Each element defines type of content, such as the background color, the alignment type, the data type and the font type.

Remarks

ITEE Object Element Usage

<Global.Resources>
  <Styles .../>
  ...
</Global.Resources>

Compatibility table with native writers.

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

See Also

Reference

GlobalResourcesModel Class
iTin.Export.Model Namespace

Clone this wiki locally