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


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

Parameters

sheet
chartIndex
border
showShade
See Also