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