Adds a row to the end of the collection.
'Declaration
Public Overloads Function Add( _
ByVal As System.Integer _
) As System.Integer
public System.int Add(
System.int
)
Parameters
- row
- Row number to add.
Return Value
The index at which the row has been added.