Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IconPosition Enumeration
In This Topic
    IconPosition Enumeration
    In This Topic
    Describe the position of the icon base on a cell.
    Syntax
    public enum IconPosition : System.Enum 
    Members
    MemberDescription
    Left Indicates that the icon is on left side of the cell
    LeftOfText Indicates that the icon is on left side of the text in the cell
    OutsideLeft Indicates that the icon is on the left outside of the cell
    OutsideRight Indicates that the icon is on the right outside of the cell
    Right Indicates that the icon is on right side of the cell
    RightOfText Indicates that the icon is on right side of the text in the cell
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.IconPosition

    See Also