TableBoxColumns.Insert
Syntax:
Parameters:
<Index> (required)
Index of the column being inserted. If the index is equal to the number of columns, then the column is added to the end of the collection.
<HeaderText> (optional)
Text which will appear in the table box column title.
Returned value:
Table box column being inserted.
Description:
Availability:
Example:
Controls.TableBox.Columns.Insert(0, "Name"); |