Skip to main content
A newer version of this page is available. .

IDefinedNameValidator.Validate(String, IUsedNameSet) Method

Validates a defined name before pasting it into the destination worksheet/workbook.

Namespace: DevExpress.XtraSpreadsheet.Services

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

Declaration

DefinedNameStatus Validate(
    string name,
    IUsedNameSet usedNames
)

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