TickLabels.MultiLevel Property
Sets whether an axis is multilevel or not. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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
Boolean
Remarks
The default for this property is True.