XlCellRange(XlCellPosition, XlCellPosition) Constructor
Initializes a new instance of the XlCellRange class with the specified top left and bottom right positions.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
topLeft | XlCellPosition | A XlCellPosition structure which defines the top left cell of the range. |
bottomRight | XlCellPosition | A XlCellPosition structure which defines the bottom right cell of the range. |
See Also