Namespace: Spire.Xls.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 ExcelPicture AddLinkPic(
	int topRow,
	int leftColumn,
	int height,
	int width,
	string linktarget
)
Public Function AddLinkPic ( 
	topRow As Integer,
	leftColumn As Integer,
	height As Integer,
	width As Integer,
	linktarget As String
) As ExcelPicture
public:
ExcelPicture^ AddLinkPic(
	int topRow, 
	int leftColumn, 
	int height, 
	int width, 
	String^ linktarget
)
member AddLinkPic : 
        topRow : int * 
        leftColumn : int * 
        height : int * 
        width : int * 
        linktarget : string -> ExcelPicture 

Parameters

topRow
Int32
leftColumn
Int32
height
Int32
width
Int32
linktarget
String

Return Value

ExcelPicture

See Also