Ignite UI API Reference

ig.excel.CellFillGradient

Abstract base class for a gradient fill of a cell.

Dependencies

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

    .equals( obj:object );
    Return Type:
    boolean
    Return Type Description:
    True if the object is equal to this instance; False otherwise.

    Determines whether the CellFillGradient is equal to the specified object.

    • obj
    • Type:object
    • The object to test for equality.
  • getHashCode

    .getHashCode( );
    Return Type:
    number
    Return Type Description:
    A number which can be used to hash this instance.

    Gets the hash code for the CellFillGradient.

  • stops

    .stops( );

    Gets the read-only collection of gradient stops which describe the color transitions and their positions within the gradient.

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

#