Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IPictureShape Add(
	string strFileName,
	ImageFormatType imageFormat
)
Public Function Add ( 
	strFileName As String,
	imageFormat As ImageFormatType
) As IPictureShape
public:
virtual IPictureShape^ Add(
	String^ strFileName, 
	ImageFormatType imageFormat
) sealed
abstract Add : 
        strFileName : string * 
        imageFormat : ImageFormatType -> IPictureShape 
override Add : 
        strFileName : string * 
        imageFormat : ImageFormatType -> IPictureShape 

Parameters

strFileName
String
imageFormat
ImageFormatType

Return Value

IPictureShape

Implements

IPictures..::..Add(String, ImageFormatType)

See Also