IntCollectionAddRange(DataRow, String) Method

Add a Range of Cell Values from Table Rows to the Collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void AddRange(
	DataRow[] rows,
	string columnName
)

Parameters

rows  DataRow
The Array of Rows Cell Values to add.
columnName  String
The name of the Column from which to extract the Cell Value.

See Also