Esempio n. 1
0
 static ST_Pane()
 {
     bottomRight = new ST_Pane("bottomRight");
     topRight    = new ST_Pane("topRight");
     bottomLeft  = new ST_Pane("bottomLeft");
     topLeft     = new ST_Pane("topLeft");
 }
Esempio n. 2
0
 static ST_Pane()
 {
     ST_Pane.bottomRight = new ST_Pane("bottomRight");
     ST_Pane.topRight    = new ST_Pane("topRight");
     ST_Pane.bottomLeft  = new ST_Pane("bottomLeft");
     ST_Pane.topLeft     = new ST_Pane("topLeft");
 }
Esempio n. 3
0
 public bool Equals(ST_Pane other)
 {
     if (other == null)
     {
         return(false);
     }
     return(_ooxmlEnumerationValue == other._ooxmlEnumerationValue);
 }
Esempio n. 4
0
 public CT_PivotSelection()
 {
     this.pivotAreaField = new CT_PivotArea();
     this.paneField = ST_Pane.topLeft;
     this.showHeaderField = false;
     this.labelField = false;
     this.dataField = false;
     this.extendableField = false;
     this.countField = ((uint)(0));
     this.dimensionField = ((uint)(0));
     this.startField = ((uint)(0));
     this.minField = ((uint)(0));
     this.maxField = ((uint)(0));
     this.activeRowField = ((uint)(0));
     this.activeColField = ((uint)(0));
     this.previousRowField = ((uint)(0));
     this.previousColField = ((uint)(0));
     this.clickField = ((uint)(0));
 }
Esempio n. 5
0
 public CT_Selection()
 {
     this.paneField = ST_Pane.topLeft;
     this.activeCellIdField = ((uint)(0));
 }
Esempio n. 6
0
 public CT_Pane()
 {
     this.xSplitField = 0D;
     this.ySplitField = 0D;
     this.activePaneField = ST_Pane.topLeft;
     this.stateField = ST_PaneState.split;
 }
Esempio n. 7
0
 public CT_Selection()
 {
     this.paneField = ST_Pane.topLeft;
     this.activeCellIdField = ((uint)(0));
     this.sqrefField = new string[] {
             "A1"};
 }