XlCellRange.RowInterval(Int32, Int32, XlPositionType) 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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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. |
rowType | XlPositionType | A XlPositionType enumeration member that specifies the reference type. |
Returns
Type | Description |
---|---|
XlCellRange | A XlCellRange object that references the row interval. |
See Also