Axis.TickLabels Property
Returns a TickLabels object that represents the tick-mark labels for the specified axis.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property TickLabels As TickLabels
Get
'Usage
Dim instance As Axis
Dim value As TickLabels
value = instance.TickLabels
TickLabels TickLabels { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.TickLabels