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


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

Parameters

sheet
chartIndex
walltype
border
See Also