DataWriter Write Method (Stream, DataTable, IEnumerable Int32 , IEnumerable String ) TIBCO Spotfire 6.0 API Reference
Writes data from a DataTable to the specified stream.

Namespace: Spotfire.Dxp.Data.Export
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Write(
	Stream stream,
	DataTable dataTable,
	IEnumerable<int> rowIndexes,
	IEnumerable<string> columnNames
)

Parameters

stream
Type: System.IO Stream
The opened writable stream.
dataTable
Type: Spotfire.Dxp.Data DataTable
The data table.
rowIndexes
Type: System.Collections.Generic IEnumerable Int32 
The ordered row indexes that should be used to export the data.
columnNames
Type: System.Collections.Generic IEnumerable String 
The column names in the table that should be exported.
See Also