Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml3 Interface / ExcelAddPictShape Method
The sheet.
The shape.


In This Topic
ExcelAddPictShape Method
In This Topic
Excels the add pict shape.
Syntax
'Declaration
 
Function ExcelAddPictShape( _
   ByVal sheet As Short, _
   ByVal shape As ExcelPictShape _
) As Boolean
 
'Usage
 
Dim instance As IExcelXml3
Dim sheet As Short
Dim shape As ExcelPictShape
Dim value As Boolean
 
value = instance.ExcelAddPictShape(sheet, shape)

Parameters

sheet
The sheet.
shape
The shape.
See Also