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

Syntax

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

Parameters

strFileName
String
imageFormat
ImageFormatType

Return Value

IPictureShape

See Also