Axis.Type Property

Returns the axis type.

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

Syntax

'Declaration
Property Type As XlAxisType
    Get
    Set
'Usage
Dim instance As Axis
Dim value As XlAxisType

value = instance.Type

instance.Type = value
XlAxisType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.XlAxisType
XlAxisType

Remarks

When using this property for the horizontal axis of scatter charts, xlCategory will be returned as the axis type.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace