Ejemplo n.º 1
0
 public void Clear()
 {
     RootRowPart    = SectionRoot.CreateRow(this, "RootRow");
     RootColumnPart = SectionRoot.CreateColumn(this, "RootColumn");
 }
Ejemplo n.º 2
0
 public SectionedGrid()
 {
     RootRowPart    = SectionRoot.CreateRow(this, "RootRow");
     RootColumnPart = SectionRoot.CreateColumn(this, "RootCol");
 }