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


In This Topic
    ExcelSetPlotArea3DView Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetPlotArea3DView( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal isBiff As Boolean, _
       ByVal view3DInfo As View3DInfo _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim isBiff As Boolean
    Dim view3DInfo As View3DInfo
    Dim value As Boolean
     
    value = instance.ExcelSetPlotArea3DView(sheet, chartIndex, isBiff, view3DInfo)
    bool ExcelSetPlotArea3DView( 
       short sheet,
       int chartIndex,
       bool isBiff,
       View3DInfo view3DInfo
    )

    Parameters

    sheet
    chartIndex
    isBiff
    view3DInfo
    See Also