Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetShapeList Method
Sheet index
Excel shape list


In This Topic
ExcelSetShapeList Method
In This Topic
Sets the Excel shape list.
Syntax
'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)

Parameters

sheet
Sheet index
excelShapeList
Excel shape list

Return Value

true if successful, otherwise false.
See Also