FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartDesingTime インタフェース : ExcelSetChartDesignrName メソッド |
'Declaration
Sub ExcelSetChartDesignrName( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal designName As String _ )
'使用法
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 )