'Declaration
Function ExcelGetChartInfo( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef is3D As Boolean _ ) As Boolean
'Usage
Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim is3D As Boolean Dim value As Boolean value = instance.ExcelGetChartInfo(sheet, chartIndex, is3D)
Parameters
- sheet
- chartIndex
- is3D