aspose.cells

Class NameScopeType

Utility class containing constants. Represents the scope type of defined names.

Field Summary
const  NumberALL
All defined names.
const  NumberWORKBOOK
The defined names in the workbook.
const  NumberWORKSHEET
The defined names in a worksheet or all worksheets.
 

    • Field Detail

      • ALL

        const Number ALL
        All defined names.
      • WORKBOOK

        const Number WORKBOOK
        The defined names in the workbook.
      • WORKSHEET

        const Number WORKSHEET
        The defined names in a worksheet or all worksheets.