Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite4 Interface / ExcelGetShapeAndCharts Method


In This Topic
    ExcelGetShapeAndCharts Method
    In This Topic
    Excels the get excel shape.
    Syntax
    'Declaration
     
    
    Function ExcelGetShapeAndCharts( _
       ByVal sheetIndex As Short _
    ) As ArrayList
    'Usage
     
    
    Dim instance As IExcelBiffWrite4
    Dim sheetIndex As Short
    Dim value As ArrayList
     
    value = instance.ExcelGetShapeAndCharts(sheetIndex)
    ArrayList ExcelGetShapeAndCharts( 
       short sheetIndex
    )

    Parameters

    sheetIndex

    Return Value

    An ArrayList of ExcelShape objects
    See Also