public override int GetHashCode()
 {
     return(_workbook.GetHashCode() ^ _sheet.GetHashCode() ^
            _srcRowNum ^ _srcColNum);
 }