IntCollectionAddRange(DataTable, String) Method

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

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void AddRange(
	DataTable table,
	string columnName
)

Parameters

table  DataTable
The Table containing rows with Cell Values to add.
columnName  String
The name of the Column from which to extract the Cell Value.

See Also