CellReferencePosition.TryCreate(String) Method
Creates a CellReferencePosition object from a string reference and validates it.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reference | String | A string cell reference. |
Returns
| Type | Description |
|---|---|
| CellReferencePosition | A CellReferencePosition object if it is successfully created and vaildated; otherwise, CellReferencePosition.InvalidValue. |
See Also