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


In This Topic
ExcelGetAxisMinorGridLine Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetAxisMinorGridLine( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal plotAreaType As PlotAreaType, _
   ByVal axisType As AxisType, _
   ByVal index As Integer, _
   ByRef border As BorderLine, _
   ByRef visible As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim plotAreaType As PlotAreaType
Dim axisType As AxisType
Dim index As Integer
Dim border As BorderLine
Dim visible As Boolean
Dim value As Boolean
 
value = instance.ExcelGetAxisMinorGridLine(sheet, chartIndex, plotAreaType, axisType, index, border, visible)

Parameters

sheet
chartIndex
plotAreaType
axisType
index
border
visible
See Also