Skip to main content
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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