예제 #1
0
 public CT_SortCondition()
 {
     this.descendingField = false;
     this.sortByField     = ST_SortBy.value;
     this.iconSetField    = ST_IconSetType.Item3Arrows;
 }
예제 #2
0
 public CT_SortCondition()
 {
     this.descendingField = false;
     this.sortByField = ST_SortBy.value;
     this.iconSetField = ST_IconSetType.Item3Arrows;
 }
예제 #3
0
파일: Sheet.cs 프로젝트: vardars/npoi
 public CT_IconSet()
 {
     //this.cfvoField = new List<CT_Cfvo>();
     this.iconSetField = ST_IconSetType.Item3TrafficLights1;
     this.showValueField = true;
     this.percentField = true;
     this.reverseField = false;
 }
예제 #4
0
 public CT_IconSet()
 {
     this.iconSetField = ST_IconSetType.Item3TrafficLights1;
     this.showValueField = true;
     this.percentField = true;
     this.reverseField = false;
 }