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
- Type
Type: Microsoft.Office.Core.XlAxisType
- AxisGroup
Type: Microsoft.Office.Core.XlAxisGroup
Property Value
Type: Microsoft.Office.Core.IMsoAxis
Returns IMsoAxis.