TickLabels.MultiLevel Property

Sets whether an axis is multilevel. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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

Remarks

The default value for this property is True.

See Also

Reference

TickLabels Interface

TickLabels Members

Microsoft.Office.Interop.Word Namespace