Enum spreadsheet_ods::SplitMode [−][src]
pub enum SplitMode {
None,
Split,
Heading,
}Expand description
There are two ways a sheet can be split. There are fixed column/row header like splits, and there is a moveable split.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SplitMode
impl UnwindSafe for SplitMode
Blanket Implementations
Mutably borrows from an owned value. Read more