SharedCellRef

Type Alias SharedCellRef 

Source
pub type SharedCellRef<'a> = SheetCellRef<'a>;

Aliased Type§

pub struct SharedCellRef<'a> {
    pub sheet: SheetLocator<'a>,
    pub coord: RelativeCoord,
}

Fields§

§sheet: SheetLocator<'a>§coord: RelativeCoord