Adds a Picture to a specified cell.

Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AddPicture(
	int row,
	int col,
	string fileName
)
Public Sub AddPicture ( 
	row As Integer,
	col As Integer,
	fileName As String
)
public:
void AddPicture(
	int row, 
	int col, 
	String^ fileName
)
member AddPicture : 
        row : int * 
        col : int * 
        fileName : string -> unit 

Parameters

row
Int32
Row index.
col
Int32
Column index.
fileName
String

See Also