IOleObject
Shape Property
 | 
Gets or sets picture shape object that defines look and position of the OleObject inside parent worksheet.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
IPictureShape Shape { get; }
 
ReadOnly Property Shape As IPictureShape
	Get
 
property IPictureShape^ Shape {
	IPictureShape^ get ();
}
 
abstract Shape : IPictureShape with get
 
 
 
Property Value
Type:
IPictureShape
 
See Also