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, Stream stream )
Public Sub AddPicture ( row As Integer, col As Integer, stream As Stream )
public: void AddPicture( int row, int col, Stream^ stream )
member AddPicture : row : int * col : int * stream : Stream -> unit