Link Search Menu Expand Document

ListView.SetCell Method

Explanation Change the value of the cell in the column specified by ColumnIndex of the row specified by RowIndex to String
Call format ListView1.SetCell( RowIndex, ColumnIndex, data )
Return value None
Arguments integer RowIndex An integer starting from 0. 0 is the top line. Every time the value increases by 1, it goes down one line.
integer ColumnIndex An integer starting from 0. 0 is the leftmost column. Every time the value increases by 1, it becomes the column to the right.
String data New value in cell
Exception None
Example of use
    
Related item