Ignite UI API Reference

ig.excel.ShapeFillSolid

Represents a shape fill with a solid color.

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • &nbspig.excel.ShapeFillSolid

    new $.ig.excel.ShapeFillSolid( );

    Creates a new ShapeFillSolid instance.

  • &nbspig.excel.ShapeFillSolid

    new $.ig.excel.ShapeFillSolid( color:string );

    Creates a new ShapeFillSolid instance.

    • color
    • Type:string
    • The color of the fill.
  • &nbspig.excel.ShapeFillSolid

    new $.ig.excel.ShapeFillSolid( colorInfo:ig.excel.WorkbookColorInfo );

    Creates a new ShapeFillSolid instance.

    • colorInfo
    • Type:ig.excel.WorkbookColorInfo
    • The WorkbookColorInfo describing the color of the fill.
  • colorInfo

    .colorInfo( );

    Gets the WorkbookColorInfo describing the color of the fill.

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

#