SheetXL - v0.3.20
    Preparing search index...

    Options for searching for IConditionalFormats.

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

    Properties

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

    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
    
    name?: string

    Search with the given name. This is case insensitive.