2.4.291 BrtBeginUserCsView
The BrtBeginUserCsView record specifies settings of a custom view for a chart sheet. It also specifies the beginning of a collection of records as defined by the Chart Sheet (section 2.1.7.7) part ABNF. This collection specifies additional custom view settings. There is an accompanying BrtUserBookView (section 2.4.843) record that specifies the custom view settings that apply to a whole workbook. The set of this record and the companying BrtUserBookView record share the same GUID.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
guid (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
iTabId |
|||||||||||||||||||||||||||||||
dwScale |
|||||||||||||||||||||||||||||||
A |
B |
reserved |
guid (16 bytes): A GUID as specified by [MS-DTYP], section 2.3.4, that specifies the unique identifier of a BrtUserBookView (section 2.4.843) record in the Workbook (section 2.1.7.61) part. The referenced BrtUserBookView specifies the custom workbook view that this custom view is associated with.
iTabId (4 bytes): An unsigned integer that specifies the active sheet in this view. This value MUST correspond to the iTabID of an existing BrtBundleSh (section 2.4.313).
dwScale (4 bytes): An unsigned integer that is a percentage value that specifies the zoom level of the chart sheet displayed in the view. This value MUST be greater than or equal to 10 and less than or equal to 400.
A - hsState (2 bits): An ST_SheetState (section 2.5.143) that specifies the visibility state of the chart sheet displayed in the view.
B - fZoomToFit (1 bit): A bit that specifies that the chart sheet scales to fill the entire window displaying this view.
reserved (29 bits): This value MUST be 0 and MUST be ignored.