pub struct SheetFormatPr {
pub default_row_height: f64,
pub default_col_width: Option<f64>,
pub custom_height: Option<bool>,
pub outline_level_row: Option<u8>,
pub outline_level_col: Option<u8>,
}Expand description
Sheet format properties.
Fields§
§default_row_height: f64§default_col_width: Option<f64>§custom_height: Option<bool>§outline_level_row: Option<u8>§outline_level_col: Option<u8>Trait Implementations§
Source§impl Clone for SheetFormatPr
impl Clone for SheetFormatPr
Source§fn clone(&self) -> SheetFormatPr
fn clone(&self) -> SheetFormatPr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SheetFormatPr
impl Debug for SheetFormatPr
Source§impl<'de> Deserialize<'de> for SheetFormatPr
impl<'de> Deserialize<'de> for SheetFormatPr
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SheetFormatPr
impl PartialEq for SheetFormatPr
Source§impl Serialize for SheetFormatPr
impl Serialize for SheetFormatPr
impl StructuralPartialEq for SheetFormatPr
Auto Trait Implementations§
impl Freeze for SheetFormatPr
impl RefUnwindSafe for SheetFormatPr
impl Send for SheetFormatPr
impl Sync for SheetFormatPr
impl Unpin for SheetFormatPr
impl UnwindSafe for SheetFormatPr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more