[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellDecorationIcon

Interface ICellDecorationIcon

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

Indicates the icon of cell decoration.

public interface ICellDecorationIcon

Properties

Height

Gets the icon height in pixels.

int Height { get; }

Property Value

int

Position

Gets the icon position.

IconPosition Position { get; }

Property Value

IconPosition

Src

Gets the icon src string.

string Src { get; }

Property Value

string

Width

Gets the icon width in pixels.

int Width { get; }

Property Value

int