View types
Structs
Enums
-
enum orcus::spreadsheet::sheet_pane_t
Sheet pane position in a split sheet view. When the sheet is split, it is split into four panes.
Values:
-
enumerator unspecified
-
enumerator top_left
Top-left pane.
-
enumerator top_right
Top-right pane.
-
enumerator bottom_left
Bottom-left pane.
-
enumerator bottom_right
Bottom-right pane.
-
enumerator unspecified
-
enum orcus::spreadsheet::pane_state_t
State of a split pane - whether it’s frozen, split, or both.
Values:
-
enumerator unspecified
The state of the pane is not specified.
-
enumerator frozen
The pane is frozen.
-
enumerator split
The pane is split.
-
enumerator frozen_split
The pane is both frozen and split.
-
enumerator unspecified