ExcelObjectSourceType Enum
Represents an enumeration of possible sources of various objects (such as pictures, audio and other files) that can be either embedded, linked or both.
Fields
Embed | Object is embedded in the file in which ExcelFile instance is saved. |
EmbedAndLink | Object is embedded and linked to the file in which ExcelFile instance is saved. |
Link | Object is linked to the file in which ExcelFile instance is saved. |