Aspose::Cells::UpdateLinksType enum
UpdateLinksType enum
Represents how to update links to other workbooks when the workbook is opened.
enum class UpdateLinksType
Values
Name | Value | Description |
---|---|---|
UserSet | 0 | Prompt user to update. |
Never | 1 | Do not update, and do not prompt user. |
Always | 2 | Always update. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++