blob: c6a7657d6976cdfa97c4947e77678b0cbf0a04cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WorkbookChartAreaFormat undocumented
type WorkbookChartAreaFormat struct {
// Entity is the base model of WorkbookChartAreaFormat
Entity
// Fill undocumented
Fill *WorkbookChartFill `json:"fill,omitempty"`
// Font undocumented
Font *WorkbookChartFont `json:"font,omitempty"`
}
|