Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReaderSetting Interface / SetChartInfo Method


In This Topic
SetChartInfo Method
In This Topic
Syntax
'Declaration
 
Sub SetChartInfo( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal settings As Dictionary(Of String,Object), _
   ByVal chartReader As BinaryReader _
) 
 
'Usage
 
Dim instance As IExcelChartReaderSetting
Dim sheet As Short
Dim chartIndex As Integer
Dim settings As Dictionary(Of String,Object)
Dim chartReader As BinaryReader
 
instance.SetChartInfo(sheet, chartIndex, settings, chartReader)

Parameters

sheet
chartIndex
settings
chartReader
See Also