TableColumnCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Inserts a new column to the end of the table and returns the newly created object. |
Add(Int32) | position | Inserts a new column into the table at the specified position and returns the newly created object. |