Поделиться через


Axis.MajorUnitIsAuto Property

True if Microsoft Word calculates the major units for the value axis. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property MajorUnitIsAuto As Boolean
    Get
    Set
'Usage
Dim instance As Axis
Dim value As Boolean

value = instance.MajorUnitIsAuto

instance.MajorUnitIsAuto = value
bool MajorUnitIsAuto { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

Setting the MajorUnit property sets this property to False.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace