[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellDecoration

Interface ICellDecoration

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

Indicates the cell decoration.

public interface ICellDecoration

Properties

CornerFold

Gets the corner fold of the cell decoration.

ICornerFold CornerFold { get; }

Property Value

ICornerFold

Icons

Gets the icons of the cell decoration.

IReadOnlyList<ICellDecorationIcon> Icons { get; }

Property Value

IReadOnlyList<ICellDecorationIcon>