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

IRangeProvider.ValidateReference(String) Method

Validates the cell reference in accordance with the cell reference style used in the workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool ValidateReference(
    string reference
)

Parameters

Name Type Description
reference String

A cell reference to be validated.

Returns

Type Description
Boolean

true, if the specified cell reference is valid; otherwise, false.

Remarks

This ValidateReference method uses the document’s cell reference style when validating a cell reference (ReferenceStyle.UseDocumentSettings). Call the ValidateReference method overload with the style parameter to explicitly specify the cell reference style for validation.

See Also