Skip to content

a5805239 9545 c498 cdef 47bdd2a4b7b8

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

TableModel.Logo Property

Additional header content

Gets or sets a reference to the logo model defined for this table.

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 LogoModel Logo { get; set; }

VB

Public Property Logo As LogoModel
	Get
	Set

Property Value

Type: LogoModel
Reference to the logo model defined for this table. Includes image file path, size, location, effects and visibility.

Remarks

TEE Object Element Usage

<Table>
  <Logo .../>
  ...
</Table>

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 No has effect
X

See Also

Reference

TableModel Class
iTin.Export.Model Namespace

Clone this wiki locally