IDefinedNameValidator.Validate(String, IUsedNameSet) Method
Validates a defined name before pasting it into the destination worksheet/workbook.
Namespace: DevExpress.XtraSpreadsheet.Services
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value that is a name to be validated. |
usedNames | IUsedNameSet | An object exposing the IUsedNameSet interface which provides access to the collections of table and defined names existing in the destination document. |
Returns
Type | Description |
---|---|
DefinedNameStatus | A DefinedNameStatus enumeration value specifying the defined name status. |
See Also