Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IconPosition Enumeration
In This Topic
    IconPosition Enumeration
    In This Topic
    Describe the position of the icon based on a cell.
    Members
    MemberDescription
    LeftIndicates that the icon is on the left side of the cell.
    LeftOfTextIndicates that the icon is on the left side of the text in the cell.
    OutsideLeftIndicates that the icon is on the left outside of the cell.
    OutsideRightIndicates that the icon is on the right outside of the cell.
    RightIndicates that the icon is on the right side of the cell.
    RightOfTextIndicates that the icon is on the right side of the text in the cell.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.IconPosition

    See Also