Skip to content

94a86b8c 565b 3578 cd26 7f9485835cd4

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

StyleModel.Content Property

Additional header content

Gets or sets a reference to the content model.

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 ContentModel Content { get; set; }

VB

Public Property Content As ContentModel
	Get
	Set

Property Value

Type: ContentModel
Reference that contains the definition of as shown the content of a field.

Remarks

ITEE Object Element Usage

<Style>
  <Content>
</Style>

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

StyleModel Class
iTin.Export.Model Namespace

Clone this wiki locally