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


In This Topic
ExcelGetPlotAreaArea Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetPlotAreaArea( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByRef fill As FillInfo _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim fill As FillInfo
Dim value As Boolean
 
value = instance.ExcelGetPlotAreaArea(sheet, chartIndex, fill)

Parameters

sheet
chartIndex
fill
See Also