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, string fileName, ImageFormatType imageFormat )
Function Add ( topRow As Integer, leftColumn As Integer, fileName As String, imageFormat As ImageFormatType ) As IPictureShape
IPictureShape^ Add( int topRow, int leftColumn, String^ fileName, ImageFormatType imageFormat )
abstract Add : topRow : int * leftColumn : int * fileName : string * imageFormat : ImageFormatType -> IPictureShape