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

IXlRow.SkipCells(Int32) Method

Specifies the number of successive cells to be skipped in the row before starting to create a new cell.

Namespace: DevExpress.Export.Xl

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

Declaration

void SkipCells(
    int count
)

Parameters

Name Type Description
count Int32

A positive integer value that specifies the number of cells in the row to be skipped.

Remarks

Note that you can also use the IXlRow.CreateCell method overload with the columnIndex parameter to specify the column in which the created cell should be located. For more information on how to generate and modify worksheet cells, refer to the Cells section of examples.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SkipCells(Int32) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also