Exemple #1
0
 internal void method_6(bool bool_1)
 {
     this.contentType_0 = Aisino.Framework.Plugin.Core.ExcelXml.ContentType.None;
     this.object_0      = null;
     this.formula_0     = null;
     if (!bool_1)
     {
         this.row_0 = null;
     }
 }
Exemple #2
0
 internal Cell(Row row_1, int int_3)
 {
     if (row_1 == null)
     {
         throw new ArgumentNullException("parent");
     }
     this.row_0         = row_1;
     this.contentType_0 = Aisino.Framework.Plugin.Core.ExcelXml.ContentType.None;
     this.int_0         = int_3;
     if (row_1.Style != null)
     {
         base.Style = row_1.Style;
     }
     else if (row_1.worksheet_0.Columns(this.int_0).Style != null)
     {
         base.Style = row_1.worksheet_0.Columns(this.int_0).Style;
     }
     else if (row_1.worksheet_0.Style != null)
     {
         base.Style = row_1.worksheet_0.Columns(this.int_0).Style;
     }
 }