TickLabels.MultiLevel Property
Returns or sets a value that indicates whether an axis is multilevel. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property MultiLevel As Boolean
Get
Set
'Usage
Dim instance As TickLabels
Dim value As Boolean
value = instance.MultiLevel
instance.MultiLevel = value
bool MultiLevel { get; set; }
Property Value
Type: System.Boolean