'Declaration
Overloads ReadOnly Property Item( _ ByVal name As System.String _ ) As IChartSheet
'Usage
Dim instance As IChartSheets Dim name As System.String Dim value As IChartSheet value = instance.Item(name)
IChartSheet Item( System.string name ) {get;}
Parameters
- name
- The name of the chart sheet to return.