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

XlCellRange.RowInterval(Int32, Int32) Method

Returns a range that is a continuous interval of entire rows referenced using the specified reference type.

Namespace: DevExpress.Export.Xl

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

Declaration

public static XlCellRange RowInterval(
    int top,
    int bottom
)

Parameters

Name Type Description
top Int32

An integer that is the zero-based index of the top row.

bottom Int32

An integer that is the zero-based index of the bottom row.

Returns

Type Description
XlCellRange

A XlCellRange object that references the row interval.

See Also