Get the value at the location (nRow, Col) in the Datasheet
Cell(Row, Col)
The value in cell
EX1
import PyOrigin wks=PyOrigin.FindWorksheet('Book1') #Get the value in cell print('the number in col(3)[2] is %f' % wks.Cell(1,2))
Datasheet::SetCell