Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetChartShape Method
The sheet


In This Topic
ExcelGetChartShape Method
In This Topic
Gets chart from sheet
Syntax
'Declaration
 
Function ExcelGetChartShape( _
   ByVal sheet As Integer _
) As List(Of ExcelChartShape)
 
'Usage
 
Dim instance As IExcelBiffWrite
Dim sheet As Integer
Dim value As List(Of ExcelChartShape)
 
value = instance.ExcelGetChartShape(sheet)

Parameters

sheet
The sheet
See Also