summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookRangeFormatModel.go
blob: d358d62ed773a96942b974bacc75dc7d9110fe17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WorkbookRangeFormat undocumented
type WorkbookRangeFormat struct {
	// Entity is the base model of WorkbookRangeFormat
	Entity
	// ColumnWidth undocumented
	ColumnWidth *float64 `json:"columnWidth,omitempty"`
	// HorizontalAlignment undocumented
	HorizontalAlignment *string `json:"horizontalAlignment,omitempty"`
	// RowHeight undocumented
	RowHeight *float64 `json:"rowHeight,omitempty"`
	// VerticalAlignment undocumented
	VerticalAlignment *string `json:"verticalAlignment,omitempty"`
	// WrapText undocumented
	WrapText *bool `json:"wrapText,omitempty"`
	// Borders undocumented
	Borders []WorkbookRangeBorder `json:"borders,omitempty"`
	// Fill undocumented
	Fill *WorkbookRangeFill `json:"fill,omitempty"`
	// Font undocumented
	Font *WorkbookRangeFont `json:"font,omitempty"`
	// Protection undocumented
	Protection *WorkbookFormatProtection `json:"protection,omitempty"`
}