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

XlCellPosition.InvalidValue Property

A static method to get a special XlCellPosition instance that denotes an invalid position.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public static readonly XlCellPosition InvalidValue { get; }

Property Value

Type Description
XlCellPosition

An XlCellPosition structure with special property values to identify an invalid position.

See Also