ExcelEmbeddedObject Class
Represents a read-only embedded object in the worksheet.
- Inheritance:
- System.ObjectExcelEmbeddedObject
Properties
ContentType
Gets the content type of the embedded object data.
Property Value
- System.String
The content type of the embedded object data.
Data
Gets the embedded object data.
Property Value
- System.IO.Stream
The embedded object data.
Position
Gets the position of this embedded object in the worksheet.
public ExcelDrawingPosition Position { get; }
Public ReadOnly Property Position As ExcelDrawingPosition
Property Value
The position of this embedded object in the worksheet.
Methods
ToString()
Returns a System.String that represents this ExcelEmbeddedObject instance.
Returns
- System.String
A System.String that represents this ExcelEmbeddedObject instance.
Overrides
System.Object.ToString()
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).