An NDoc Documented Class Library

ListViewRow.Cells Property

[Visual Basic]
Overridable Public Property ReadOnly Cells As ListViewCells
[C#]
public virtual ListViewCells Cells { get; }
[C++]
public: virtual __property ListViewCells* get_Cells();
[JScript]
public virtual function get Cells() : ListViewCells

See Also

ListViewRow Class | White.Core.UIItems Namespace