'Declaration
Function ExcelGetShowSecondAxis( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef showSecondAxis As Boolean _ ) As Boolean
'Usage
Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim showSecondAxis As Boolean Dim value As Boolean value = instance.ExcelGetShowSecondAxis(sheet, chartIndex, showSecondAxis)
bool ExcelGetShowSecondAxis( short sheet, int chartIndex, out bool showSecondAxis )
Parameters
- sheet
- chartIndex
- showSecondAxis