XlCellRange.ColumnInterval(Int32, Int32, XlPositionType) Method
In This Article
Returns a range that is a continuous interval of entire columns 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 ColumnInterval(
int left,
int right,
XlPositionType columnType
)
#Parameters
Name | Type | Description |
---|---|---|
left | Int32 | An integer that is the zero-based index of the leftmost column. |
right | Int32 | An integer that is the zero-based index of the rightmost column. |
column |
Xl |
A Xl |
#Returns
Type | Description |
---|---|
Xl |
A Xl |
See Also