[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellDecorationIcon

Class CellDecorationIcon

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

Indicates the icon of cell decoration.

public class CellDecorationIcon : ICellDecorationIcon
Inheritance
CellDecorationIcon
Implements
Inherited Members

Constructors

CellDecorationIcon(string, int, int, IconPosition)

Creates a new instance of the CellDecorationIcon class.

public CellDecorationIcon(string src, int width, int height, IconPosition position)

Parameters

src string

The icon src string.

width int

The icon width in pixels.

height int

The icon height in pixels.

position IconPosition

The icon position.

Properties

Height

Gets the icon height in pixels.

public int Height { get; }

Property Value

int

Position

Gets the icon position.

public IconPosition Position { get; }

Property Value

IconPosition

Src

Gets the icon src string.

public string Src { get; }

Property Value

string

Width

Gets the icon width in pixels.

public int Width { get; }

Property Value

int