Example #1
0
 public void NewRow()
 {
     curRow = new HTRow();
     Rows.Add(curRow);
 }
Example #2
0
 public void Clear()
 {
     Rows.Clear();
     curRow = null;
 }