Enum NameScopeType

NameScopeType enumeration

Represents the scope type of defined names.

public enum NameScopeType

Values

NameValueDescription
All0All defined names.
Workbook1The defined names in the workbook.
Worksheet2The defined names in a worksheet or all worksheets.

See Also