Axis.MajorGridlines 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 major gridlines for the specified axis. Only axes in the primary axis group can have gridlines.
public:
property Microsoft::Office::Interop::Excel::Gridlines ^ MajorGridlines { Microsoft::Office::Interop::Excel::Gridlines ^ get(); };
public Microsoft.Office.Interop.Excel.Gridlines MajorGridlines { get; }
Public ReadOnly Property MajorGridlines As Gridlines