Link Search Menu Expand Document

ListView.GetCell Method

Explanation Gets the value of the cell in the column specified by ColumnIndex of the row specified by RowIndex.
Call format var cell = ListView1.GetCell( RowIndex, ColumnIndex )
Return value Returns the value of the cell in the column specified by ColumnIndex of the row specified by RowIndex.
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.
Exception None
Example of use
    
Related item