Freigeben über


Axes._Default Property

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property _Default ( _
    Type As XlAxisType, _
    AxisGroup As XlAxisGroup _
) As IMsoAxis
    Get
'Usage
Dim instance As Axes
Dim Type As XlAxisType
Dim AxisGroup As XlAxisGroup
Dim value As IMsoAxis

value = instance(Type, AxisGroup)
IMsoAxis this[
    XlAxisType Type,
    XlAxisGroup AxisGroup
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.IMsoAxis
Returns IMsoAxis.

See Also

Reference

Axes Interface

Axes Members

Microsoft.Office.Core Namespace