SheetXL - v0.3.20
    Preparing search index...

    Interface IConditionalFormatCollection

    Holds a collection of IConditionalFormats.

    interface IConditionalFormatCollection {
        add(
            address: ICellRanges.Address,
            options: IConditionalFormatCollection.AddOptions,
        ): IConditionalFormat;
        getCount(): number;
        search(
            options?: IConditionalFormatCollection.SearchOptions,
        ): IConditionalFormat[];
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Returns the total items available.

      Returns number

      Useful as a quick escape for search.