Aspose::Cells::NameScopeType enum

NameScopeType enum

Represents the scope type of defined names.

enum class NameScopeType

Values

NameValueDescription
All0
All defined names.
Workbook1
The defined names in the workbook.
Worksheet2
The defined names in a worksheet or all worksheets.

See Also