ExcelPicture.ImageObj Property
Gets the System.Drawing.Image object.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public Image ImageObj { get; }
Public ReadOnly Property ImageObj As Image
Get
public:
property Image^ ImageObj {
Image^ get ();
}
member ImageObj : Image with get
Property Value
Image