'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)
bool ExcelAddPictShape( short sheet, ExcelPictShape shape )
Parameters
- sheet
- The sheet.
- shape
- The shape.