SheetXL - v0.3.20
    Preparing search index...

    Options for searching a collection of movables.

    interface SearchOptions {
        address?: ICellRange.Address;
        bounds?: Bounds;
        excludeHidden?: boolean;
        fullyContained?: boolean;
        type?: string;
    }
    Index

    Properties

    If provided, the search will be limited to items that intersect the range.

    bounds?: Bounds

    Only find items in this bounds.

    Search all
    
    excludeHidden?: boolean

    Indicate if items that are in hidden headers or marked as hidden should be returned.

    false
    
    fullyContained?: boolean

    Only return items that are completely contained with the search bounds.

    false
    
    type?: string

    The type to search for. If not provided all items will be returned.