IPictures
Add Method (Int32, Int32, String, Int32, Int32)
|
Adds image to the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPictureShape Add(
int topRow,
int leftColumn,
string fileName,
int scaleWidth,
int scaleHeight
)
Function Add (
topRow As Integer,
leftColumn As Integer,
fileName As String,
scaleWidth As Integer,
scaleHeight As Integer
) As IPictureShape
IPictureShape^ Add(
int topRow,
int leftColumn,
String^ fileName,
int scaleWidth,
int scaleHeight
)
abstract Add :
topRow : int *
leftColumn : int *
fileName : string *
scaleWidth : int *
scaleHeight : int -> IPictureShape
Parameters
-
topRow
-
Type:
System
Int32
Top row of a new picture.
-
leftColumn
-
Type:
System
Int32
Left column.
-
fileName
-
Type:
System
String
Name of the shape.
-
scaleWidth
-
Type:
System
Int32
Width scale in percents.
-
scaleHeight
-
Type:
System
Int32
Height scale in percents.
Return Value
Type:
IPictureShape
Added picture.
See Also