IntCollectionAddRange(DataRow, 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(
DataRow[] rows,
string columnName
)
Public Sub AddRange (
rows As DataRow(),
columnName As String
)
No code example is currently available or this language may not be supported.
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.