XlsBitmapShape
Picture Property
|
Represents the picture as an Image object.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Image Picture { get; set; }
Public Property Picture As Image
Get
Set
public:
virtual property Image^ Picture {
Image^ get () sealed;
void set (Image^ value) sealed;
}
abstract Picture : Image with get, set
override Picture : Image with get, set
Property Value
Type:
Image
Implements
IPictureShape
Picture
See Also