Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetPlotArea3DView Method


In This Topic
ExcelGetPlotArea3DView Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetPlotArea3DView( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal isBiff As Boolean, _
   ByRef view3DInfo As View3DInfo _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim isBiff As Boolean
Dim view3DInfo As View3DInfo
Dim value As Boolean
 
value = instance.ExcelGetPlotArea3DView(sheet, chartIndex, isBiff, view3DInfo)

Parameters

sheet
chartIndex
isBiff
view3DInfo
See Also