SheetXL - v0.3.20
    Preparing search index...

    Interface IAnchored

    IAnchored objects are anchored to a range.

    interface IAnchored {
        isIAnchored: true;
        addListeners(listeners: IListeners, options?: IListener.Options): Remove;
        close(): void;
        delete(): void;
        getAnchorCoords(): IRange.Coords;
        getAnchorType(): IAnchored.Type;
        isClosed(): boolean;
        isProtected(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isIAnchored: true

    For runtime type checking.

    Methods

    • Add Listeners.

      Parameters

      Returns Remove

      IListener.ISource.addListeners

    • Similar to delete but cleans resources and can't be undone.

      Returns void

    • Deletes the anchored item.

      Returns void

    • Returns how the anchorBounds adjust when inserting/removing rows/columns.

      Returns IAnchored.Type

      IAnchored.Type.TwoCell
      
    • Returns if the model has been closed

      Returns boolean

    • If the anchor is unable to be modified.

      Returns boolean