IntCollectionAddRange(DataTable, String) Method
Add a Range of Cell Values from Table Rows to the Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void AddRange(
DataTable table,
string columnName
)
Public Sub AddRange (
table As DataTable,
columnName As String
)
No code example is currently available or this language may not be supported.
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.