Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetChartTitle Method / ExcelGetChartTitle(Int16,Int32) Method


In This Topic
ExcelGetChartTitle(Int16,Int32) Method
In This Topic
Syntax
'Declaration
 
Overloads Function ExcelGetChartTitle( _
   ByVal sheetIndex As Short, _
   ByVal chartIndex As Integer _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheetIndex As Short
Dim chartIndex As Integer
Dim value As Boolean
 
value = instance.ExcelGetChartTitle(sheetIndex, chartIndex)

Parameters

sheetIndex
chartIndex
See Also