Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12101


Ignore:
Timestamp:
03/02/15 16:02:47 (9 years ago)
Author:
sraggl
Message:

#2341: Fixed Bug Validate fails after exception is thrown if address is invalid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/ExcelCellBase.cs

    r12100 r12101  
    537537                else
    538538                {
     539                    row = 0;
     540                    col = 0;
    539541                    if (throwException)
    540542                    {
     
    543545                    else
    544546                    {
    545                         row = 0;
    546                         col = 0;
    547547                        return false;
    548548                    }
Note: See TracChangeset for help on using the changeset viewer.