In This Topic
Sets the Excel xml shapes.
Syntax
'Declaration
Function ExcelSetShape( _
ByVal As Short, _
ByVal As CT_OfficeStyleSheet, _
ByVal As Object, _
ByVal As List(Of Blip), _
ByVal As Hashtable _
) As Boolean
'Usage
Dim instance As IExcelXml7
Dim sheet As Short
Dim themes As CT_OfficeStyleSheet
Dim drawingAnchor As Object
Dim blips As List(Of Blip)
Dim blipTable As Hashtable
Dim value As Boolean
value = instance.ExcelSetShape(sheet, themes, drawingAnchor, blips, blipTable)
bool ExcelSetShape(
short ,
CT_OfficeStyleSheet ,
object ,
List<Blip> ,
Hashtable
)
Parameters
- sheet
- The sheet index.
- themes
- drawingAnchor
- blips
- The blips.
- blipTable
Return Value
true
if successfully; otherwise, false
.
See Also