C# Class Reports.SpreadsheetReportGenerator

Inheritance: TextReportGenerator
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Protected Properties

Свойство Type Description
document AODL.Document.SpreadsheetDocuments.SpreadsheetDocument
table AODL.Document.Content.Tables.Table

Méthodes publiques

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

Method Details

AddHeader() public méthode

public AddHeader ( int rowIdx, String values ) : void
rowIdx int
values String
Résultat void

AddRow() public méthode

public AddRow ( int rowIdx, String values ) : void
rowIdx int
values String
Résultat void

SaveTo() public méthode

public SaveTo ( String name ) : void
name String
Résultat void

SpreadsheetReportGenerator() public méthode

public SpreadsheetReportGenerator ( ) : System
Résultat System

Property Details

document protected_oe property

protected SpreadsheetDocument,AODL.Document.SpreadsheetDocuments document
Résultat AODL.Document.SpreadsheetDocuments.SpreadsheetDocument

table protected_oe property

protected Table,AODL.Document.Content.Tables table
Résultat AODL.Document.Content.Tables.Table