FindString function can not find number value

Hi,

I am trying to find the cell in the current worksheet, which contains
the primary key of table. The findString works fine with Text String,
but won’t find anything if it looks for a number.

Dim testID As Int32 = 72783

Dim activeCell As Aspose.Cells.Cell = ws.Cells.FindString(testID.toString, Nothing)

Please try to use Cells.FindNumber method.