XlCellRange.RowInterval(Int32, Int32) Method
In This Article
Returns a range that is a continuous interval of entire rows referenced using the specified reference type.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#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 |
---|---|
Xl |
A Xl |
See Also