'Declaration
Function ExcelSetShapeList( _ ByVal sheet As Integer, _ ByVal excelShapeList() As ExcelShape _ ) As Boolean
'Usage
Dim instance As IExcelBiffRead Dim sheet As Integer Dim excelShapeList() As ExcelShape Dim value As Boolean value = instance.ExcelSetShapeList(sheet, excelShapeList)
bool ExcelSetShapeList( int sheet, ExcelShape[] excelShapeList )
Parameters
- sheet
- Sheet index
- excelShapeList
- Excel shape list
Return Value
true if successful, otherwise false.