Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 Add( int topRow, int leftColumn, Stream stream, int scaleWidth, int scaleHeight )
Public Function Add ( topRow As Integer, leftColumn As Integer, stream As Stream, scaleWidth As Integer, scaleHeight As Integer ) As ExcelPicture
public: ExcelPicture^ Add( int topRow, int leftColumn, Stream^ stream, int scaleWidth, int scaleHeight )
member Add : topRow : int * leftColumn : int * stream : Stream * scaleWidth : int * scaleHeight : int -> ExcelPicture