asposecells.api

Class NameScopeType

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

Field Summary
const  intALL
All defined names.
const  intWORKBOOK
The defined names in the workbook.
const  intWORKSHEET
The defined names in a worksheet or all worksheets.
 

    • Field Detail

      • ALL

        const int ALL
        All defined names.
      • WORKBOOK

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

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