Adds a
DataCell object to the
DataCellCollection.
Syntax
'Declaration
Public Sub Add( _
ByVal As DataCell _
)
public void Add(
DataCell
)
Parameters
- item
- The object to be added to the end of the Collection. The value can be null for reference types.
See Also