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.v18.2.Core.dll

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