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

CellReferencePosition.TryCreate(String) Method

Creates a CellReferencePosition object from a string reference and validates it.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public static CellReferencePosition TryCreate(
    string reference
)

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