MindFusion.Wpf Pack Programmer's Guide
CsvExporter.Export Method (CellRange, Stream)
See Also
 





Generates a string in an CSV format and writes it in the specified stream.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void Export (
    CellRange range,
    Stream stream
)

Visual Basic  Copy Code

Public Sub Export( _
    range As CellRange, _
    stream As Stream _
)

 Parameters

range

The range of cells to export.

stream

The stream to write the result to.

 See Also

Export Method Overload List
CsvExporter Members
CsvExporter Class
MindFusion.Spreadsheet.Wpf Namespace