Skip to main content

XlCellRange(XlCellPosition) Constructor

Initializes a new instance of the XlCellRange class which defines a single cell.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCellRange(
    XlCellPosition singleCell
)

Parameters

Name Type Description
singleCell XlCellPosition

A XlCellPosition structure which defines the cell position.

See Also