TableBoxColumns.Add
Syntax:
Parameters:
<Name> (optional)
Column name. If the name of a column is not specified, the name of a kind "ColumnN" will be generated.
<HeaderText> (optional)
Text which will appear in the table box column title.
Returned value:
Description:
Availability:
Example:
Controls.TableBox.Columns.Add("Code"); |