ExcelSetPlotAreaLayout Method
In This Topic
Syntax
'Declaration
Function ExcelSetPlotAreaLayout( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PointF, _
ByVal As SizeF, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As PlotAreaType _
) As Boolean
'Usage
Dim instance As IExcelChartReader
Dim sheet As Short
Dim chartIndex As Integer
Dim location As PointF
Dim size As SizeF
Dim vertical As Boolean
Dim isView3D As Boolean
Dim plotAreaType As PlotAreaType
Dim value As Boolean
value = instance.ExcelSetPlotAreaLayout(sheet, chartIndex, location, size, vertical, isView3D, plotAreaType)
bool ExcelSetPlotAreaLayout(
short ,
int ,
PointF ,
SizeF ,
bool ,
bool ,
PlotAreaType
)
Parameters
- sheet
- chartIndex
- location
- size
- vertical
- isView3D
- plotAreaType
See Also