Axis.CategoryNames Property
Returns or sets all the category names as a text array for the specified axis. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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