PicturesCollection
Add Method (Int32, Int32, String)
|
Adds image to the collection.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelPicture Add(
int topRow,
int leftColumn,
string fileName
)
Public Function Add (
topRow As Integer,
leftColumn As Integer,
fileName As String
) As ExcelPicture
public:
ExcelPicture^ Add(
int topRow,
int leftColumn,
String^ fileName
)
member Add :
topRow : int *
leftColumn : int *
fileName : string -> ExcelPicture
Parameters
-
topRow
-
Type:
System
Int32
Top row of a new picture.
-
leftColumn
-
Type:
System
Int32
Left column.
-
fileName
-
Type:
System
String
File name.
Return Value
Type:
ExcelPicture
Added picture.
See Also