An NDoc Documented Class Library

TableRows.GetMultipleRows Method 

[Visual Basic]
Overridable Public Function GetMultipleRows( _ 
   ByVal column As String, _ 
   ByVal value As String _ 
) As TableRows
[C#]
public virtual TableRows GetMultipleRows(
   string column,
   string value
);
[C++]
public: virtual TableRows* GetMultipleRows(
   String* column,
   String* value
);
[JScript]
public virtual function GetMultipleRows(
   String column,
   String value
): TableRows;

See Also

TableRows Class | White.Core.UIItems.TableItems Namespace