ExcelObjectSourceType Enumeration |
Represents an enumeration of possible sources of various objects (such as pictures, audio and other files) that can be either embedded, linked or both.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 45.0.35.1069
Syntaxpublic enum ExcelObjectSourceType
Public Enumeration ExcelObjectSourceType
Members
| Member name | Value | Description |
---|
| Embed | 0 |
Object is embedded in the file in which ExcelFile instance is saved.
|
| Link | 1 |
Object is linked to the file in which ExcelFile instance is saved.
|
| EmbedAndLink | 2 |
Object is embedded and linked to the file in which ExcelFile instance is saved.
|
See Also