blob: 30d49e12b7ac9094c24da94152846676ec2147b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|