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


In This Topic
ExcelGetChartInfo Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetChartInfo( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByRef is3D As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim is3D As Boolean
Dim value As Boolean
 
value = instance.ExcelGetChartInfo(sheet, chartIndex, is3D)

Parameters

sheet
chartIndex
is3D
See Also