[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellDecoration

Class CellDecoration

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Indicates the cell decoration.

public class CellDecoration : ICellDecoration
Inheritance
CellDecoration
Implements
Inherited Members

Constructors

CellDecoration(ICornerFold)

Creates a new instance of the CellDecoration class.

public CellDecoration(ICornerFold cornerFold)

Parameters

cornerFold ICornerFold

The corner fold.

CellDecoration(ICornerFold, IReadOnlyList<ICellDecorationIcon>)

Creates a new instance of the CellDecoration class.

public CellDecoration(ICornerFold cornerFold, IReadOnlyList<ICellDecorationIcon> icons)

Parameters

cornerFold ICornerFold

The corner fold.

icons IReadOnlyList<ICellDecorationIcon>

The icons.

CellDecoration(IReadOnlyList<ICellDecorationIcon>)

Creates a new instance of the CellDecoration class.

public CellDecoration(IReadOnlyList<ICellDecorationIcon> icons)

Parameters

icons IReadOnlyList<ICellDecorationIcon>

The icons.

Properties

CornerFold

Gets the corner fold of the cell decoration.

public ICornerFold CornerFold { get; }

Property Value

ICornerFold

Icons

Gets the corner fold of the cell decoration.

public IReadOnlyList<ICellDecorationIcon> Icons { get; }

Property Value

IReadOnlyList<ICellDecorationIcon>