Axis.HasMinorGridlines Property
true if the axis has minor gridlines. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property HasMinorGridlines As Boolean
Get
Set
'Usage
Dim instance As Axis
Dim value As Boolean
value = instance.HasMinorGridlines
instance.HasMinorGridlines = value
bool HasMinorGridlines { get; set; }
Property Value
Type: System.Boolean
Remarks
Only axes in the primary axis group can have gridlines.