Share via


Axes._Default Method

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

Syntax

'Declaration
Function _Default ( _
    Type As XlAxisType, _
    AxisGroup As XlAxisGroup _
) As Axis
'Usage
Dim instance As Axes
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.PowerPoint.Axis

See Also

Reference

Axes Interface

Axes Members

Microsoft.Office.Interop.PowerPoint Namespace