'Declaration
Public Enum UpdateLinks Inherits System.Enum
'Usage
Dim instance As UpdateLinks
public enum UpdateLinks : System.Enum
'Declaration
Public Enum UpdateLinks Inherits System.Enum
'Usage
Dim instance As UpdateLinks
public enum UpdateLinks : System.Enum
Member | Description |
---|---|
Always | Embedded links are always updated for the specified workbook. |
Never | Embedded links are never updated for the specified workbook. |
UserSetting | Embedded links are updated according to the user's settings for the specified workbook. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.UpdateLinks