An NDoc Documented Class Library

ListView.Cell Method 

[Visual Basic]
Overridable Public Function Cell( _ 
   ByVal column As String, _ 
   ByVal zeroBasedRowIndex As Integer _ 
) As ListViewCell
[C#]
public virtual ListViewCell Cell(
   string column,
   int zeroBasedRowIndex
);
[C++]
public: virtual ListViewCell* Cell(
   String* column,
   int zeroBasedRowIndex
);
[JScript]
public virtual function Cell(
   String column,
   int zeroBasedRowIndex
): ListViewCell;

See Also

ListView Class | White.Core.UIItems Namespace