SheetXL - v0.3.20
    Preparing search index...

    Simple type to pairs an address with an update value.

    interface AddressUpdatePair {
        address?: ICellHeaderRange.Address;
        update: ICellHeader.Update;
    }
    Index

    Properties

    Properties

    Allows for either a Cell or a Range.

    If null will clear the value.