IMsoTickLabels.MultiLevel Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property MultiLevel As Boolean
Get
Set
'Usage
Dim instance As IMsoTickLabels
Dim value As Boolean
value = instance.MultiLevel
instance.MultiLevel = value
bool MultiLevel { get; set; }
Property Value
Type: System.Boolean