View types
Structs
-
struct split_pane_t
Store information about the state of a split sheet view.
-
struct frozen_pane_t
Store the state of a frozen sheet view.
Enums
-
enum class orcus::spreadsheet::sheet_pane_t : uint8_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 class orcus::spreadsheet::pane_state_t : uint8_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