ExcelSetChartPlotAreaManualLayout Method
Set chart plot area info.
'Declaration
Function ExcelSetChartPlotAreaManualLayout( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelChartReader7
Dim sheet As Short
Dim chartIndex As Integer
Dim isManualLayout As Boolean
Dim value As Boolean
value = instance.ExcelSetChartPlotAreaManualLayout(sheet, chartIndex, isManualLayout)
Parameters
- sheet
- Index of sheetView.
- chartIndex
- Index of chart.
- isManualLayout
- Specifies whether layout is manually set.
Return Value
TRUE if success, otherwise, FALSE.