// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WorkbookChartGridlinesFormat undocumented
type WorkbookChartGridlinesFormat struct {
	// Entity is the base model of WorkbookChartGridlinesFormat
	Entity
	// Line undocumented
	Line *WorkbookChartLineFormat `json:"line,omitempty"`
}