Skip to main content

XlCellRange(String, XlCellPosition, XlCellPosition) Constructor

Initializes a new instance of the XlCellRange class with the specified worksheet, 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(
    string sheetName,
    XlCellPosition topLeft,
    XlCellPosition bottomRight
)

Parameters

Name Type Description
sheetName String

A string that is the name of a worksheet.

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