Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
Problem in Assigning value from Excel Cell to Ultragrid cell
posted

hi mike,

I m Retriving the value from Excel  and assigning the value directly to Datatable , Whict act as datasource for Ultragrid

Dim ws As Infragistics.Excel.Worksheet = b.Worksheets(WorksheetName)

 dattable.Rows(Row)(column) = ws.Rows(r).Cells(c).Value

its working fine but if the cell have any formula value its throw an exception like

ws.Rows(r).Cells(c).Value  might be ->  ='Tool Summary EC'!B8

please help to fix this exception

Regards

Karthik

HirotecIndia LTd

 

Parents Reply Children
No Data