Spread Silverlight Documentation
SetExcelChart Method


The sheet.
The chart.
Set a chart to the sheet.
Syntax
'Declaration
 
Sub SetExcelChart( _
   ByVal sheetIndex As System.Integer, _
   ByVal chart As IExcelChart _
) 
'Usage
 
Dim instance As IExcelChartReader
Dim sheetIndex As System.Integer
Dim chart As IExcelChart
 
instance.SetExcelChart(sheetIndex, chart)
void SetExcelChart( 
   System.int sheetIndex,
   IExcelChart chart
)

Parameters

sheetIndex
The sheet.
chart
The chart.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelChartReader Interface
IExcelChartReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.