An NDoc Documented Class Library

TableRow.Cells Property

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

See Also

TableRow Class | White.Core.UIItems.TableItems Namespace