IPictures
Add Method (String)
|
Adds picture from the specified file.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IPictureShape Add(
string strFileName
)
Function Add (
strFileName As String
) As IPictureShape
IPictureShape^ Add(
String^ strFileName
)
abstract Add :
strFileName : string -> IPictureShape
Parameters
-
strFileName
-
Type:
System
String
Picture file name.
Return Value
Type:
IPictureShape
Added picture.
See Also