IntCollectionAddRange(DataRowCollection, 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(
DataRowCollection rows,
string columnName
)
Public Sub AddRange (
rows As DataRowCollection,
columnName As String
)
No code example is currently available or this language may not be supported.
Parameters
- rows DataRowCollection
-
The Rows Collection with Cell Values to add.
- columnName String
-
The name of the Column from which to extract the Cell Value.