C# 클래스 SourceGrid.Exporter.CSV

An utility class to export a grid to a csv delimited format file.
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
CSV ( ) : System
Export ( GridVirtual grid, System stream ) : void

보호된 메소드들

메소드 설명
ExportCSVCell ( CellContext context, System stream ) : void

메소드 상세

CSV() 공개 메소드

public CSV ( ) : System
리턴 System

Export() 공개 메소드

public Export ( GridVirtual grid, System stream ) : void
grid GridVirtual
stream System
리턴 void

ExportCSVCell() 보호된 메소드

protected ExportCSVCell ( CellContext context, System stream ) : void
context CellContext
stream System
리턴 void