public void NewRow() { curRow = new HTRow(); Rows.Add(curRow); }
public void Clear() { Rows.Clear(); curRow = null; }