public Rect GetDrawRect(eColumnType type)
 {
     return(mHeader.GetColumnRect(mHeader.GetVisibleColumnIndex((int)type)));
 }