Axis.CategoryNames Property

Returns or sets all the category names for the specified axis, as a text array. Read/write.

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

Syntax

'Declaration
Property CategoryNames As Object
    Get
    Set
'Usage
Dim instance As Axis
Dim value As Object

value = instance.CategoryNames

instance.CategoryNames = value
Object CategoryNames { get; set; }

Property Value

Type: System.Object
Object

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace