Aspose::Cells::UpdateLinksType enum

UpdateLinksType enum

Represents how to update links to other workbooks when the workbook is opened.

enum class UpdateLinksType

Values

NameValueDescription
UserSet0
Prompt user to update.
Never1
Do not update, and do not prompt user.
Always2
Always update.

See Also