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