[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellDecoration.-ctor

CellDecoration Constructor

CellDecoration(ICornerFold, IReadOnlyList<ICellDecorationIcon>)

创建 CellDecoration 类的新实例。

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

折角。

IReadOnlyList<ICellDecorationIcon> icons

图标。

CellDecoration(ICornerFold)

创建 CellDecoration 类的新实例。

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

折角。

CellDecoration(IReadOnlyList<ICellDecorationIcon>)

创建 CellDecoration 类的新实例。

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

图标。