asposecells.api

Class TargetModeType

Utility class containing constants. Represents the type of target mode.

Field Summary
const  intEXTERNAL
External link
const  intFILE_PATH
Local and full paths to files or folders.
const  intEMAIL
Email.
const  intCELL_REFERENCE
Link on cell or named range.
 

    • Field Detail

      • EXTERNAL

        const int EXTERNAL
        External link
      • FILE_PATH

        const int FILE_PATH
        Local and full paths to files or folders.
      • EMAIL

        const int EMAIL
        Email.
      • CELL_REFERENCE

        const int CELL_REFERENCE
        Link on cell or named range.