Method | Description | |
---|---|---|
ExportContext ( SpreadsheetDocument spreadSheet ) : System | ||
RenderEntity ( object entity, uint rowNo ) : void | ||
SaveChanges ( ) : void |
Method | Description | |
---|---|---|
GetCellFormat ( uint styleIndex ) : CellFormat | ||
InsertBorder ( Border border ) : uint | ||
InsertCellFormat ( CellFormat cellFormat ) : uint | ||
InsertFill ( PatternFill fill ) : uint | ||
InsertFont ( Font font ) : uint |
public ExportContext ( SpreadsheetDocument spreadSheet ) : System | ||
spreadSheet | SpreadsheetDocument | |
return | System |
public RenderEntity ( object entity, uint rowNo ) : void | ||
entity | object | |
rowNo | uint | |
return | void |