pub enum CellInfo {
Show 14 variants
Address,
Col,
Colored,
Contents,
Filename,
Format,
Formula,
Parentheses,
Prefix,
Protect,
Row,
Sheet,
Type,
Width,
}Expand description
Parameter for CELL()
Variants§
Address
Col
Colored
Contents
Filename
Format
Formula
Parentheses
Prefix
Protect
Row
Sheet
Type
Width
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CellInfo
impl RefUnwindSafe for CellInfo
impl Send for CellInfo
impl Sync for CellInfo
impl Unpin for CellInfo
impl UnsafeUnpin for CellInfo
impl UnwindSafe for CellInfo
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