C# Class SourceGrid.Exporter.CSV

An utility class to export a grid to a csv delimited format file.
显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
CSV ( ) : System
Export ( GridVirtual grid, System stream ) : void

Protected Methods

Method Description
ExportCSVCell ( CellContext context, System stream ) : void

Method Details

CSV() public method

public CSV ( ) : System
return System

Export() public method

public Export ( GridVirtual grid, System stream ) : void
grid GridVirtual
stream System
return void

ExportCSVCell() protected method

protected ExportCSVCell ( CellContext context, System stream ) : void
context CellContext
stream System
return void