Skip to main content

CellReferencePosition.InvalidValue Property

Gets a specific position that is considered invalid.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static 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