An NDoc Documented Class Library

Table.Rows Property

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

See Also

Table Class | White.Core.UIItems.TableItems Namespace