[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIcon

Interface IIcon

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

Represents a single icon in an icon set used in a conditional formatting rule.

public interface IIcon

Properties

Index

Gets a value that specifies the index number of the Icon object within the IconSet object.

int Index { get; }

Property Value

int

Parent

Gets the IconSet object.

IIconSet Parent { get; }

Property Value

IIconSet