[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellDecoration.-ctor

CellDecoration Constructor

CellDecoration(ICornerFold, IReadOnlyList<ICellDecorationIcon>)

Creates a new instance of the CellDecoration class.

Declaration
public CellDecoration(ICornerFold cornerFold, IReadOnlyList<ICellDecorationIcon> icons)
Parameters
Type Name Description
ICornerFold cornerFold

The corner fold.

IReadOnlyList<ICellDecorationIcon> icons

The icons.

CellDecoration(ICornerFold)

Creates a new instance of the CellDecoration class.

Declaration
public CellDecoration(ICornerFold cornerFold)
Parameters
Type Name Description
ICornerFold cornerFold

The corner fold.

CellDecoration(IReadOnlyList<ICellDecorationIcon>)

Creates a new instance of the CellDecoration class.

Declaration
public CellDecoration(IReadOnlyList<ICellDecorationIcon> icons)
Parameters
Type Name Description
IReadOnlyList<ICellDecorationIcon> icons

The icons.