Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CellDecoration Class / CellDecoration Constructor / CellDecoration Constructor(IReadOnlyList<ICellDecorationIcon>)
The icons.
In This Topic
    CellDecoration Constructor(IReadOnlyList<ICellDecorationIcon>)
    In This Topic
    Creates a new instance of the CellDecoration class.
    Syntax
    public CellDecoration( 
       System.Collections.Generic.IReadOnlyList<ICellDecorationIcon> icons
    )

    Parameters

    icons
    The icons.
    See Also