Skip to main content

XlCellPosition.InvalidValue Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static XlCellPosition InvalidValue { get; }

Property Value

Type Description
XlCellPosition

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

See Also