Spread Windows Forms 15.0
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()
    ArrayList GetCustomNamesForChartEx()
    See Also