Skip to main content

CellReferencePosition.TryCreate(String) Method

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

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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