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, string fileName, int scaleWidth, int scaleHeight, ImageFormatType imageFormat )
Public Function Add ( topRow As Integer, leftColumn As Integer, fileName As String, scaleWidth As Integer, scaleHeight As Integer, imageFormat As ImageFormatType ) As ExcelPicture
public: ExcelPicture^ Add( int topRow, int leftColumn, String^ fileName, int scaleWidth, int scaleHeight, ImageFormatType imageFormat )
member Add : topRow : int * leftColumn : int * fileName : string * scaleWidth : int * scaleHeight : int * imageFormat : ImageFormatType -> ExcelPicture
Parameters
- topRow
- Int32
- leftColumn
- Int32
- fileName
- String
- scaleWidth
- Int32
- scaleHeight
- Int32
- imageFormat
- ImageFormatType