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.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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