Adds a
DataCell object to the
DataCellCollection.
Syntax
'Declaration
Public Function Add( _
ByVal As DataCell _
) As Integer
public int Add(
DataCell
)
Parameters
- value
- The DataCell object to add to the collection.
Return Value
A new DataCell object.
See Also