Back to Devexpress

TableColumnCollection.Add(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-tablecolumncollection-dot-add-x28-system-dot-int32-x29.md

latest2.1 KB
Original Source

TableColumnCollection.Add(Int32) Method

Inserts a new column into the table at the specified position and returns the newly created object.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
TableColumn Add(
    int position
)
vb
Function Add(
    position As Integer
) As TableColumn

Parameters

NameTypeDescription
positionInt32

An integer specifying the zero-based index of the position where a new column shall be inserted.

|

Returns

TypeDescription
TableColumn

A TableColumn object that specifies the newly created column in the table.

|

Remarks

The Add method adds an empty column to the table. The default column name (a sting like ColumnN, where N is a number of the column with the default name in the table) is automatically assigned to the TableColumn.Name property. You can change the column name if required. Use other properties of the created TableColumn object to specify the data to be contained and displayed in the table column.

See Also

Spreadsheet Tables

TableColumnCollection Interface

TableColumnCollection Members

DevExpress.Spreadsheet Namespace