Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriterSupportCustomNames Interface / GetCustomNamesForChartEx Method


In This Topic
GetCustomNamesForChartEx Method
In This Topic
Get an array list of generated custom names for new charts during export
Syntax
'Declaration
 
Function GetCustomNamesForChartEx() As ArrayList
 
'Usage
 
Dim instance As IExcelChartWriterSupportCustomNames
Dim value As ArrayList
 
value = instance.GetCustomNamesForChartEx()
See Also