XlCellRange.ColumnInterval(Int32, Int32, XlPositionType) Method
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.1.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. |
columnType | XlPositionType | A XlPositionType enumeration member that specifies the reference type. |
Returns
Type | Description |
---|---|
XlCellRange | A XlCellRange object that references the column interval. |
See Also