Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartDesingTime Interface / ExcelSetChartDesignrName Method


In This Topic
    ExcelSetChartDesignrName Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub ExcelSetChartDesignrName( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal designName As String _
    ) 
    'Usage
     
    
    Dim instance As IExcelChartDesingTime
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim designName As String
     
    instance.ExcelSetChartDesignrName(sheet, chartIndex, designName)
    void ExcelSetChartDesignrName( 
       short sheet,
       int chartIndex,
       string designName
    )

    Parameters

    sheet
    chartIndex
    designName
    See Also