C# 클래스 Reports.SpreadsheetReportGenerator

상속: TextReportGenerator
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

보호된 프로퍼티들

프로퍼티 타입 설명
document AODL.Document.SpreadsheetDocuments.SpreadsheetDocument
table AODL.Document.Content.Tables.Table

공개 메소드들

메소드 설명
AddHeader ( int rowIdx, String values ) : void
AddRow ( int rowIdx, String values ) : void
SaveTo ( String name ) : void
SpreadsheetReportGenerator ( ) : System

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( int rowIdx, String values ) : void
rowIdx int
values String
리턴 void

AddRow() 공개 메소드

public AddRow ( int rowIdx, String values ) : void
rowIdx int
values String
리턴 void

SaveTo() 공개 메소드

public SaveTo ( String name ) : void
name String
리턴 void

SpreadsheetReportGenerator() 공개 메소드

public SpreadsheetReportGenerator ( ) : System
리턴 System

프로퍼티 상세

document 보호되어 있는 프로퍼티

protected SpreadsheetDocument,AODL.Document.SpreadsheetDocuments document
리턴 AODL.Document.SpreadsheetDocuments.SpreadsheetDocument

table 보호되어 있는 프로퍼티

protected Table,AODL.Document.Content.Tables table
리턴 AODL.Document.Content.Tables.Table