Skip to content

9b18e468 2c51 22c0 c2a3 b84efa2df00a

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

GlobalResourcesModel.Images 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 ImagesModel Images { get; set; }

VB

Public Property Images As ImagesModel
	Get
	Set

Property Value

Type: ImagesModel
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>
  <Images .../>
  ...
</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