Dim GetData As Object
Dim GetValue As String
GetData = FpSpread1.ActiveSheet.GetValue(row,col)
GetValue = GetData.ToString()
Dim GetData As Object
Dim GetValue As String
GetData = FpSpread1.ActiveSheet.GetValue(row,col)
GetValue = GetData.ToString()