Link Search Menu Expand Document

Spread.GetCell Method

Explanation Get the cell data
Call format var s = Spread1.GetCell( row, col )
Return value Data in the cell specified by row and col
Arguments integer row Row position to retrieve
0 is the top line. Every time the value increases by 1, it goes down one line.
integer col Column position to retrieve
0 is the leftmost column. Every time the value increases by 1, it becomes the column to the right.
Exception None
Example of use
Related item SetCell method