コード例 #1
0
 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;
 }