Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCellRange(
    XlCellPosition topLeft,
    XlCellPosition bottomRight
)

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