Skip to main content
A newer version of this page is available. .

XlCellRange(XlCellPosition) Constructor

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

Namespace: DevExpress.Export.Xl

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

Declaration

public XlCellRange(
    XlCellPosition singleCell
)

Parameters

Name Type Description
singleCell XlCellPosition

A XlCellPosition structure which defines the cell position.

See Also