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

IXlSheet.SkipColumns(Int32) Method

Specifies the number of successive columns to be skipped in the worksheet before starting to generate a new column.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

void SkipColumns(
    int count
)

Parameters

Name Type Description
count Int32

A positive integer value that specifies the number of columns to be skipped.

Remarks

Note that you can also use the IXlSheet.CreateColumn method overload with the columnIndex parameter to specify where the created column should be located in a worksheet. For more information on how to generate and modify worksheet columns, refer to the Rows and Columns section of examples.

See Also