Namespace: Spire.Xls.Core.Spreadsheet.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 XlsShape SetPicture( string strShapeName, Image image, int iIndex, bool bIncludeOptions )
Public Function SetPicture ( strShapeName As String, image As Image, iIndex As Integer, bIncludeOptions As Boolean ) As XlsShape
public: XlsShape^ SetPicture( String^ strShapeName, Image^ image, int iIndex, bool bIncludeOptions )
member SetPicture : strShapeName : string * image : Image * iIndex : int * bIncludeOptions : bool -> XlsShape