Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetChartIndex Method


In This Topic
ExcelGetChartIndex Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetChartIndex( _
   ByVal sheet As Short, _
   ByVal chartName As String _
) As Short
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartName As String
Dim value As Short
 
value = instance.ExcelGetChartIndex(sheet, chartName)

Parameters

sheet
chartName
See Also