Visit Gigasoft's Web Site
 ProEssentials v9 Help

ExportText

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

 

public int PeFunction.ExportText(
     ProEssentials.Enums.ExportPrecision nExportPrecision,
     ProEssentials.Enums.TableOrList nTableOrList,
     ProEssentials.Enums.DataAndOrLabel nDataAndOrLabel,
     ProEssentials.Enums.TabOrComma nTabOrComma,
     ProEssentials.Enums.TableStyle nTableStyle,
     string fileName )

 

Parameter

Description

nExportPrecision

0 = Current
1 = Maximum

nTableOrList

0 = List (recommended)
1 = Table

nDataAndOrLabel

0 = Data
1 = DataAndLabel

nTabOrComma

Used only when nTableOrList = 0 or List
0 = TabDelimited
1 = CommaDelimited

nSubsetByPoint

Used only when nTableOrList = 1 or Table
0 = SubsetByPoint
1 = PointBySubset

fileName

File name, or if an empty string export is sent to clipboard

 

This function exports the chart's data in a textual format that can imported into Excel, Notepad, and other software. This function performs the programmatic function of TextExport dialog without dialog intervention.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

PeFunction.ExportText members of Pego.PeFunction, Pesgo.PeFunction, Pe3do.PeFunction, Pepso.PeFunction, Pepco.PeFunction