C# Class TopSoft.ExcelExport.ExportContext

Afficher le fichier Open project: TopSoftSolutions/TopSoft.ExcelExport

Méthodes publiques

Méthode Description
ExportContext ( SpreadsheetDocument spreadSheet ) : System
RenderEntity ( object entity, uint rowNo ) : void
SaveChanges ( ) : void

Private Methods

Méthode Description
GetCellFormat ( uint styleIndex ) : CellFormat
InsertBorder ( Border border ) : uint
InsertCellFormat ( CellFormat cellFormat ) : uint
InsertFill ( PatternFill fill ) : uint
InsertFont ( Font font ) : uint

Method Details

ExportContext() public méthode

public ExportContext ( SpreadsheetDocument spreadSheet ) : System
spreadSheet SpreadsheetDocument
Résultat System

RenderEntity() public méthode

public RenderEntity ( object entity, uint rowNo ) : void
entity object
rowNo uint
Résultat void

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void