Namespace: Spire.Xls.Core
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# |
IPictureShape Add( int topRow, int leftColumn, Image image, int scaleWidth, int scaleHeight )
Function Add ( topRow As Integer, leftColumn As Integer, image As Image, scaleWidth As Integer, scaleHeight As Integer ) As IPictureShape
IPictureShape^ Add( int topRow, int leftColumn, Image^ image, int scaleWidth, int scaleHeight )
abstract Add : topRow : int * leftColumn : int * image : Image * scaleWidth : int * scaleHeight : int -> IPictureShape