'Declaration Public Function Add( _ ByVal value As TableColumn _ ) As Integer
public int Add( TableColumn value )
Parameters
- value
- The TableColumn object to add to the collection.
Return Value
A new TableColumn object.
'Declaration Public Function Add( _ ByVal value As TableColumn _ ) As Integer
public int Add( TableColumn value )