Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader7 Interface / ExcelSetChartPlotAreaManualLayout Method
Index of sheetView.
Index of chart.
Specifies whether layout is manually set.


In This Topic
ExcelSetChartPlotAreaManualLayout Method
In This Topic
Set chart plot area info.
Syntax
'Declaration
 
Function ExcelSetChartPlotAreaManualLayout( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal isManualLayout 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.
See Also