Link Search Menu Expand Document

Spread.SetCell Method

Explanation Set the cell data.
Call format Spread1.SetCell( row, col, value )
Return value None
Arguments integer row> Row position to set
Every time the value increases by 1 , it goes down one row.
integer col Column position to set
0 is the leftmost column. Every time the value increases by 1 , it becomes the column to the right.
String value New cell data
Exception None
Example of use
Related item GetCell method