Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

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.