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


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

Parameters

sheet
chartIndex
walltype
fill
See Also