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