Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellReferencePosition.InvalidValue Property

Gets a specific position that is considered invalid.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public static readonly CellReferencePosition InvalidValue { get; }

Property Value

Type Description
CellReferencePosition

A CellReferencePosition object with properties set to extreme values so that it does not represent any real position.

Remarks

The InvalidValue value is returned by the CellReferencePosition.TryCreate method if it fails to create a valid cell reference.

See Also