C# Class Reports.SpreadsheetReportGenerator

Inheritance: TextReportGenerator
Mostra file Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
document AODL.Document.SpreadsheetDocuments.SpreadsheetDocument
table AODL.Document.Content.Tables.Table

Public Methods

Method Description
AddHeader ( int rowIdx, String values ) : void
AddRow ( int rowIdx, String values ) : void
SaveTo ( String name ) : void
SpreadsheetReportGenerator ( ) : System

Method Details

AddHeader() public method

public AddHeader ( int rowIdx, String values ) : void
rowIdx int
values String
return void

AddRow() public method

public AddRow ( int rowIdx, String values ) : void
rowIdx int
values String
return void

SaveTo() public method

public SaveTo ( String name ) : void
name String
return void

SpreadsheetReportGenerator() public method

public SpreadsheetReportGenerator ( ) : System
return System

Property Details

document protected_oe property

protected SpreadsheetDocument,AODL.Document.SpreadsheetDocuments document
return AODL.Document.SpreadsheetDocuments.SpreadsheetDocument

table protected_oe property

protected Table,AODL.Document.Content.Tables table
return AODL.Document.Content.Tables.Table