ExcelSetAxisMajorGridLine Method
In This Topic
Syntax
'Declaration
Function ExcelSetAxisMajorGridLine( _
ByVal As Short, _
ByVal As Integer, _
ByVal As PlotAreaType, _
ByVal As AxisType, _
ByVal As Integer, _
ByVal As BorderLine, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelChartReader
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.ExcelSetAxisMajorGridLine(sheet, chartIndex, plotAreaType, axisType, index, border, visible)
Parameters
- sheet
- chartIndex
- plotAreaType
- axisType
- index
- border
- visible
See Also