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