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

DefinedNameScope Enum

Lists values used to specify the defined name scope.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum DefinedNameScope

Members

Name Description
Workbook

A global scope. A defined name is recognized within the entire workbook.

Worksheet

A local scope. A defined name is recognized within the worksheet where this name exists.

Remarks

A DefinedNameScope enumeration value is used as a parameter of the Range.GetDefinedName method.

See Also