コード例 #1
0
ファイル: AutoFilter.cs プロジェクト: xewn/Npoi.Core
 public CT_SortCondition()
 {
     this.descendingField = false;
     this.sortByField     = ST_SortBy.value;
     this.iconSetField    = ST_IconSetType.Item3Arrows;
 }
コード例 #2
0
ファイル: sml-workbook.cs プロジェクト: ronakshah725/xlio
 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
ファイル: sml-workbook.cs プロジェクト: ronakshah725/xlio
 public CT_IconSet()
 {
     this.iconSetField = ST_IconSetType.Item3TrafficLights1;
     this.showValueField = true;
     this.percentField = true;
     this.reverseField = false;
 }