Ignite UI API Reference

ig.excel.FontColorFilter

Represents a filter which will filter cells based on their font colors.

Remarks

This filter specifies a single color. Cells with this color font will be visible in the data range. All other cells will be hidden.

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • fontColorInfo

    .fontColorInfo( );
    Return Type:
    ig.excel.WorkbookColorInfo
    Return Type Description:
    The WorkbookColorInfo which describes the color by which the cells should be filtered.

    Gets the WorkbookColorInfo which describes the font color by which the cells should be filtered.

    Exceptions

    Exception Description
    ig.ArgumentNullException The value assigned is null.

    Remarks

    Cells of this font color will be visible in the the data range. All other cells will be hidden.

  • fontColorInfo

    .fontColorInfo( value:ig.excel.WorkbookColorInfo );
    Return Type:
    ig.excel.WorkbookColorInfo
    Return Type Description:
    The WorkbookColorInfo which describes the color by which the cells should be filtered.

    Sets the WorkbookColorInfo which describes the font color by which the cells should be filtered.

    • value
    • Type:ig.excel.WorkbookColorInfo

    Exceptions

    Exception Description
    ig.ArgumentNullException The value assigned is null.

    Remarks

    Cells of this font color will be visible in the the data range. All other cells will be hidden.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#