public TableTypeRow()
 {
     _cell = new List<Cell>();
     _autoFitHeight = TrueFalseType.Item1;
     _hidden = "0";
     _span = "0";
 }
 public AlignmentType()
 {
     _horizontal = AlignmentTypeHorizontal.Automatic;
     _readingOrder = AlignmentTypeReadingOrder.Context;
     _indent = ((ulong) (0m));
     _rotate = 0D;
     _vertical = AlignmentTypeVertical.Automatic;
     _verticalText = TrueFalseType.Item0;
     _wrapText = TrueFalseType.Item0;
 }
 public WorksheetType()
 {
     _queryTable = new List<QueryTableType>();
     _worksheetoptions = new worksheetoptions();
     _sorting = new SortingType();
     _conditionalFormatting = new List<ConditionalFormattingType>();
     _autoFilter = new AutoFilter();
     _dataValidation = new List<DataValidationType>();
     _pivotTable = new List<PivotTableType>();
     _pageBreaks = new PageBreaksType();
     _dataTable = new DataTable();
     _watches = new List<WatchesWatch>();
     _worksheetOptions = new WorksheetOptionsType();
     _table = new TableType();
     _names = new List<NamesTypeNamedRange>();
     _protected = TrueFalseType.Item0;
     _rightToLeft = TrueFalseType.Item0;
 }
 public CommentType()
 {
     _data = new CommentTypeData();
     _showAlways = TrueFalseType.Item0;
 }
 public TableTypeColumn()
 {
     _autoFitWidth = TrueFalseType.Item1;
     _hidden = "0";
     _span = "0";
 }
Пример #6
0
 public CommentType()
 {
     this.showAlwaysField = TrueFalseType.Item0;
 }
 public ProtectionType()
 {
     _protected = TrueFalseType.Item1;
     _hideFormula = OneZeroType.Item1;
 }
Пример #8
0
 public TableTypeRow()
 {
     this.autoFitHeightField = TrueFalseType.Item1;
     this.hiddenField = "0";
     this.spanField = "0";
 }
Пример #9
0
 public WorksheetType()
 {
     this.protectedField = TrueFalseType.Item0;
     this.rightToLeftField = TrueFalseType.Item0;
 }
Пример #10
0
 public TableTypeColumn()
 {
     this.autoFitWidthField = TrueFalseType.Item1;
     this.hiddenField = "0";
     this.spanField = "0";
 }
Пример #11
0
 public TableType()
 {
     this.defaultColumnWidthField = 48;
     this.defaultRowHeightField = 12.75;
     this.leftCellField = "1";
     this.topCellField = "1";
     this.fullColumnsField = TrueFalseType.Item0;
     this.fullRowsField = TrueFalseType.Item0;
     this.fullColumns1Field = OneZeroType.Item0;
     this.fullRows1Field = OneZeroType.Item0;
     this.defaultRowHeight1Field = ((decimal)(255m));
     this.defaultColumnWidth1Field = ((decimal)(8m));
 }
Пример #12
0
 public AlignmentType1()
 {
     this.horizontalField = AlignmentTypeHorizontal1.Automatic;
     this.readingOrderField = AlignmentTypeReadingOrder1.Context;
     this.indentField = ((ulong)(0m));
     this.rotateField = 0;
     this.verticalField = AlignmentTypeVertical1.Automatic;
     this.verticalTextField = TrueFalseType.Item0;
     this.wrapTextField = TrueFalseType.Item0;
 }
Пример #13
0
 public ProtectionType()
 {
     this.protectedField = TrueFalseType.Item1;
     this.hideFormulaField = OneZeroType.Item1;
 }
Пример #14
0
 public FontType()
 {
     this.boldField = TrueFalseType.Item0;
     this.colorField = "Automatic";
     this.fontNameField = "Arial";
     this.italicField = TrueFalseType.Item0;
     this.outlineField = TrueFalseType.Item0;
     this.shadowField = TrueFalseType.Item0;
     this.sizeField = 10;
     this.strikeThroughField = TrueFalseType.Item0;
     this.underlineField = FontTypeUnderline.None;
     this.verticalAlignField = FontTypeVerticalAlign.None;
 }