public void Clear() { RowValuesByColumRef.Clear(); if (RowValues != null) { RowValues.Clear(); RowIsPopulated = false; } _currentObject = null; }