Axis.MinorGridlines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Gridlines object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.
public:
property Microsoft::Office::Interop::Excel::Gridlines ^ MinorGridlines { Microsoft::Office::Interop::Excel::Gridlines ^ get(); };
public Microsoft.Office.Interop.Excel.Gridlines MinorGridlines { get; }
Public ReadOnly Property MinorGridlines As Gridlines