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