Completed
Last Updated: 04 Jun 2020 06:43 by ADMIN
Release R2 2020 SP1
Dimitar
Created on: 26 May 2020 09:25
Category: SpreadProcessing
Type: Bug Report
0
SpreadProcessing: NullReferenceException when the FindOptions does not contain start cell

NullReferenceException when the FindOptions does not contain start cell

Workaround:

Set StatCell like this:

FindOptions options = new FindOptions()
{
    FindWhat = "Record",
    MatchEntireCellContents = true,
    StartCell = new WorksheetCellIndex(workbook.Worksheets[0], new CellIndex(0,0))

};
1 comment
ADMIN
Peshito
Posted on: 04 Jun 2020 06:43

Hello,

This item will be available in R2 2020 SP1 Release. 

It is also available with Telerik UI for WPF's latest internal build - LIB 2020.2.608 (06/08/2020) if you need it earlier.

Regards,
Peshito
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.