Home
last modified time | relevance | path

Searched defs:WorkbookRangeView (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelWorkbook.go562 type WorkbookRangeView struct { struct
564 Entity
568 ColumnCount *int `json:"columnCount,omitempty"`
570 Formulas json.RawMessage `json:"formulas,omitempty"`
574 FormulasR1C1 json.RawMessage `json:"formulasR1C1,omitempty"`
576 Index *int `json:"index,omitempty"`
580 RowCount *int `json:"rowCount,omitempty"`
582 Text json.RawMessage `json:"text,omitempty"`
584 ValueTypes json.RawMessage `json:"valueTypes,omitempty"`
586 Values json.RawMessage `json:"values,omitempty"`
[all …]