SharedRangeRef

Type Alias SharedRangeRef 

Source
pub type SharedRangeRef<'a> = SheetRangeRef<'a>;

Aliased Type§

pub struct SharedRangeRef<'a> {
    pub sheet: SheetLocator<'a>,
    pub start_row: Option<AxisBound>,
    pub start_col: Option<AxisBound>,
    pub end_row: Option<AxisBound>,
    pub end_col: Option<AxisBound>,
}

Fields§

§sheet: SheetLocator<'a>§start_row: Option<AxisBound>§start_col: Option<AxisBound>§end_row: Option<AxisBound>§end_col: Option<AxisBound>