'Declaration
Function ExcelCreateZAxis( _ ByVal sheetIndex As Short, _ ByVal chartIndex As Integer, _ ByVal index As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal AxisLocation As AxisLocation _ ) As Boolean
'Usage
Dim instance As IExcelChartReader Dim sheetIndex As Short Dim chartIndex As Integer Dim index As Integer Dim plotAreaType As PlotAreaType Dim AxisLocation As AxisLocation Dim value As Boolean value = instance.ExcelCreateZAxis(sheetIndex, chartIndex, index, plotAreaType, AxisLocation)
bool ExcelCreateZAxis( short sheetIndex, int chartIndex, int index, PlotAreaType plotAreaType, AxisLocation AxisLocation )
Parameters
- sheetIndex
- chartIndex
- index
- plotAreaType
- AxisLocation