Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriterSupportChartEx Interface / ExcelGetChartExInfo Method


In This Topic
ExcelGetChartExInfo Method
In This Topic
Whether the chart at chartIndex is ChartEx or not.
Syntax
'Declaration
 
Function ExcelGetChartExInfo( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByRef isChartEx As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriterSupportChartEx
Dim sheet As Short
Dim chartIndex As Integer
Dim isChartEx As Boolean
Dim value As Boolean
 
value = instance.ExcelGetChartExInfo(sheet, chartIndex, isChartEx)

Parameters

sheet
chartIndex
isChartEx
See Also