Share via


IAxes._Default Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function _Default ( _
    Type As XlAxisType, _
    AxisGroup As XlAxisGroup _
) As Axis
'Usage
Dim instance As IAxes
Dim Type As XlAxisType
Dim AxisGroup As XlAxisGroup
Dim returnValue As Axis

returnValue = instance(Type, AxisGroup)
Axis _Default(
    XlAxisType Type,
    XlAxisGroup AxisGroup
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.Axis

See Also

Reference

IAxes Interface

IAxes Members

Microsoft.Office.Interop.Excel Namespace