Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ZOrderType Enumeration
In This Topic
    ZOrderType Enumeration
    In This Topic
    Specifies where in the z-order a shape should be moved relative to other shapes.
    Members
    MemberDescription
    BringForwardBring shape forward.
    BringToFrontBring shape to the front.
    SendBackwardSend shape backward.
    SendToBackSend shape to the back.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.ZOrderType

    See Also