C# Class TimelineSheet, longomatch

Exibir arquivo Open project: GNOME/longomatch Class Usage Examples

Public Methods

Method Description
Fill ( ) : void
TimelineSheet ( OfficeOpenXml.ExcelWorksheet ws, Project project ) : System

Private Methods

Method Description
FillCategories ( OfficeOpenXml.ExcelWorksheet ws, int row ) : int
FillCategoriesData ( OfficeOpenXml.ExcelWorksheet ws, int row, List categories, int>.Dictionary catsDict, int>.Dictionary subCatsDict ) : int
FillCategoriesDescription ( OfficeOpenXml.ExcelWorksheet ws, int row, List categories, int>.Dictionary catsDict, int>.Dictionary subCatsDict ) : int
FillGameUnits ( OfficeOpenXml.ExcelWorksheet ws, int row ) : int
FillTimeline ( OfficeOpenXml.ExcelWorksheet ws, int row ) : int
SetCellValue ( OfficeOpenXml.ExcelWorksheet ws, int row, int time, int val ) : void
SetColoredHeaders ( OfficeOpenXml.ExcelWorksheet ws, int row, string name, int startCol, int stopCol, Color color, bool withSum ) : void
SetHeader ( OfficeOpenXml.ExcelWorksheet ws, int row, string title ) : void
SetSubcatHeaders ( OfficeOpenXml.ExcelWorksheet ws, int row, string name ) : void
SetSubcatentriesHeaders ( OfficeOpenXml.ExcelWorksheet ws, int row, string name ) : void

Method Details

Fill() public method

public Fill ( ) : void
return void

TimelineSheet() public method

public TimelineSheet ( OfficeOpenXml.ExcelWorksheet ws, Project project ) : System
ws OfficeOpenXml.ExcelWorksheet
project Project
return System