asposecells.api

Class UpdateLinksType

Utility class containing constants. Represents how to update links to other workbooks when the workbook is opened.

Field Summary
const  intUSER_SET
Prompt user to update.
const  intNEVER
Do not update, and do not prompt user.
const  intALWAYS
Always update.
 

    • Field Detail

      • USER_SET

        const int USER_SET
        Prompt user to update.
      • NEVER

        const int NEVER
        Do not update, and do not prompt user.
      • ALWAYS

        const int ALWAYS
        Always update.