GetSpreadChartView Method
In This Topic
Ges the spread chart view.
Syntax
'Declaration
Public Function GetSpreadChartView( _
ByVal As String _
) As SpreadChartView
'Usage
Dim instance As SheetView
Dim chartName As String
Dim value As SpreadChartView
value = instance.GetSpreadChartView(chartName)
public SpreadChartView GetSpreadChartView(
string
)
Parameters
- chartName
- Name of the chart.
See Also