[]
        
(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)
Public Sub New(cornerFold As ICornerFold, icons As IReadOnlyList(Of ICellDecorationIcon))
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)
Public Sub New(cornerFold As ICornerFold)
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)
Public Sub New(icons As IReadOnlyList(Of ICellDecorationIcon))
Parameters
Type Name Description
IReadOnlyList<ICellDecorationIcon> icons

The icons.