Spread WinForms 15
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)

Parameters

sheetIndex

Return Value

An ArrayList of ExcelShape objects
See Also