Esempio n. 1
0
 public Row(TableSection.SectionTypes sectionType) : base()
 {
     SectionType = sectionType;
 }
Esempio n. 2
0
 public Column(TableSection.SectionTypes sectionType) : base()
 {
     SectionType = sectionType;
 }