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