共用方式為


IAxes.Item Method

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

Syntax

'Declaration
Function Item ( _
    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.Item(Type, AxisGroup)
Axis Item(
    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