Skip to content

4658de50 a2be 9d25 2f0c 417a812a5e2a

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

ScientificDataTypeModel.Error Property

Additional header content

Gets or sets a reference that contains scientific data type error settings.

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 ScientificErrorModel Error { get; set; }

VB

Public Property Error As ScientificErrorModel
	Get
	Set

Property Value

Type: ScientificErrorModel
Scientific data type error settings

Remarks

ITEE Object Element Usage

<Scientific ...>
  <Error/>
</Number>

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.

Examples

XML

<Style Name="Scientific">
  <Content Color="White">
    <Scientific Decimals="3">
      <Error Value="-9999">
        <Comment Show="Yes">
          <Text>Wrong value:  </Text>
        </Comment>
      </Error>           
    </Scientific>
  </Content>
</Style>

See Also

Reference

ScientificDataTypeModel Class
iTin.Export.Model Namespace

Clone this wiki locally