Skip to main content
A newer version of this page is available. .

IXlRow.CreateCell(Int32) Method

Creates a new cell at the intersection of the current row and the specified column.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

IXlCell CreateCell(
    int columnIndex
)

Parameters

Name Type Description
columnIndex Int32

An integer specifying the zero-based index of the column where the created cell should be located.

Returns

Type Description
IXlCell

An IXlCell object that is the newly created cell.

See Also