Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetPlotAreaLayout Method


In This Topic
    ExcelSetPlotAreaLayout Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetPlotAreaLayout( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal location As PointF, _
       ByVal size As SizeF, _
       ByVal vertical As Boolean, _
       ByVal isView3D As Boolean, _
       ByVal plotAreaType 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)

    Parameters

    sheet
    chartIndex
    location
    size
    vertical
    isView3D
    plotAreaType
    See Also