示例#1
0
 public CT_CustomWorkbookView()
 {
     //this.extLstField = new CT_ExtensionList();
     this.autoUpdateField           = false;
     this.changesSavedWinField      = false;
     this.onlySyncField             = false;
     this.personalViewField         = false;
     this.includePrintSettingsField = true;
     this.includeHiddenRowColField  = true;
     this.maximizedField            = false;
     this.minimizedField            = false;
     this.showHorizontalScrollField = true;
     this.showVerticalScrollField   = true;
     this.showSheetTabsField        = true;
     this.xWindowField        = 0;
     this.yWindowField        = 0;
     this.tabRatioField       = ((uint)(600));
     this.showFormulaBarField = true;
     this.showStatusbarField  = true;
     this.showCommentsField   = ST_Comments.commIndicator;
     this.showObjectsField    = ST_Objects.all;
 }
示例#2
0
 public CT_CustomWorkbookView()
 {
     //this.extLstField = new CT_ExtensionList();
     this.autoUpdateField = false;
     this.changesSavedWinField = false;
     this.onlySyncField = false;
     this.personalViewField = false;
     this.includePrintSettingsField = true;
     this.includeHiddenRowColField = true;
     this.maximizedField = false;
     this.minimizedField = false;
     this.showHorizontalScrollField = true;
     this.showVerticalScrollField = true;
     this.showSheetTabsField = true;
     this.xWindowField = 0;
     this.yWindowField = 0;
     this.tabRatioField = ((uint)(600));
     this.showFormulaBarField = true;
     this.showStatusbarField = true;
     this.showCommentsField = ST_Comments.commIndicator;
     this.showObjectsField = ST_Objects.all;
 }