C# Class SourceGrid.Exporter.CSV

An utility class to export a grid to a csv delimited format file.
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
CSV ( ) : System
Export ( GridVirtual grid, System stream ) : void

Méthodes protégées

Méthode Description
ExportCSVCell ( CellContext context, System stream ) : void

Method Details

CSV() public méthode

public CSV ( ) : System
Résultat System

Export() public méthode

public Export ( GridVirtual grid, System stream ) : void
grid GridVirtual
stream System
Résultat void

ExportCSVCell() protected méthode

protected ExportCSVCell ( CellContext context, System stream ) : void
context CellContext
stream System
Résultat void