Assign Row value into an Integer Variable

Hi,
How to Assign Row value from an Excel into an Integer Variable?
Eg. v_Get_Row_Value=Row(“Day”)

Note: Throws error “Option Strict on disallows Implicit Object to Integer conversion”

v_Get_Row_Value =Convert.ToInt32(row(“Day”))

Regards…!!
Aksh

2 Likes