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