C# 클래스 TimelineSheet, longomatch

파일 보기 프로젝트 열기: GNOME/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
Fill ( ) : void
TimelineSheet ( OfficeOpenXml.ExcelWorksheet ws, Project project ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Fill() 공개 메소드

public Fill ( ) : void
리턴 void

TimelineSheet() 공개 메소드

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