CellReferencePosition.InvalidValue Property
Gets a specific position that is considered invalid.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v19.1.Core.dll
Declaration
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