Spread Windows Forms 15.0
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)
    bool ExcelSetShapeList( 
       int sheet,
       ExcelShape[] excelShapeList
    )

    Parameters

    sheet
    Sheet index
    excelShapeList
    Excel shape list

    Return Value

    true if successful, otherwise false.
    See Also