Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public void AddPicture( int row, int col, Image image )
Public Sub AddPicture ( row As Integer, col As Integer, image As Image )
public: void AddPicture( int row, int col, Image^ image )
member AddPicture : row : int * col : int * image : Image -> unit