public bool Equals(ST_Visibility other)
 {
     if (other == (ST_Visibility)null)
     {
         return(false);
     }
     return(this._ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Beispiel #2
0
 public CT_BookView()
 {
     //            this.extLstField = new CT_ExtensionList();
     this.visibilityField             = ST_Visibility.visible;
     this.minimizedField              = false;
     this.showHorizontalScrollField   = true;
     this.showVerticalScrollField     = true;
     this.showSheetTabsField          = true;
     this.tabRatioField               = ((uint)(600));
     this.firstSheetField             = ((uint)(0));
     this.activeTabField              = ((uint)(0));
     this.autoFilterDateGroupingField = true;
 }
Beispiel #3
0
 public CT_BookView()
 {
     //            this.extLstField = new CT_ExtensionList();
     this.visibilityField = ST_Visibility.visible;
     this.minimizedField = false;
     this.showHorizontalScrollField = true;
     this.showVerticalScrollField = true;
     this.showSheetTabsField = true;
     this.tabRatioField = ((uint)(600));
     this.firstSheetField = ((uint)(0));
     this.activeTabField = ((uint)(0));
     this.autoFilterDateGroupingField = true;
 }
 static ST_Visibility()
 {
     ST_Visibility.visible    = new ST_Visibility("visible");
     ST_Visibility.hidden     = new ST_Visibility("hidden");
     ST_Visibility.veryHidden = new ST_Visibility("veryHidden");
 }
 static ST_Visibility()
 {
     visible    = new ST_Visibility("visible");
     hidden     = new ST_Visibility("hidden");
     veryHidden = new ST_Visibility("veryHidden");
 }