- int colXPos = GetColLeft(col);
-// for (int i = 0; i < m_currentCellCoords.GetCol(); i++)
-// {
-// colXPos += GetColSize( i );
-// }
-
-// int xUnit = 1, yUnit = 1;
-// GetScrollPixelsPerUnit( &xUnit, &yUnit );
-// if (col != 0)
-// Scroll( colXPos / xUnit - 1, GetScrollPos( wxVERTICAL ) );
-// else
-// Scroll( colXPos / xUnit, GetScrollPos( wxVERTICAL ) );
-