XlCellRange(XlCellPosition) Constructor
Initializes a new instance of the XlCellRange class which defines a single cell.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
singleCell | XlCellPosition | A XlCellPosition structure which defines the cell position. |
See Also