Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartDesingTime Interface / ExcelGetChartDesignName Method


In This Topic
    ExcelGetChartDesignName Method
    In This Topic
    Get chart designer name.
    Syntax
    'Declaration
     
    
    Function ExcelGetChartDesignName( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IExcelChartDesingTime
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim value As String
     
    value = instance.ExcelGetChartDesignName(sheet, chartIndex)
    string ExcelGetChartDesignName( 
       short sheet,
       int chartIndex
    )

    Parameters

    sheet
    chartIndex
    See Also