void SetChartInfo( short sheet, int chartIndex, Dictionary<string,object> settings, BinaryReader chartReader )
'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