XlsShapeFill
CustomPicture Method (Image, String)
|
Sets user defined picture.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual void CustomPicture(
Image im,
string name
)
Public Overridable Sub CustomPicture (
im As Image,
name As String
)
public:
virtual void CustomPicture(
Image^ im,
String^ name
)
abstract CustomPicture :
im : Image *
name : string -> unit
override CustomPicture :
im : Image *
name : string -> unit
Parameters
-
im
-
Type:
System.Drawing
Image
-
name
-
Type:
System
String
Implements
IShapeFill
CustomPicture(Image, String)
See Also