GrapeCity.Documents.Excel.Drawing Namespace / ZOrderType Enumeration
ZOrderType Enumeration
Specifies where in the z-order a shape should be moved relative to other shapes.
Syntax
public enum ZOrderType : System.Enum 
Members
MemberDescription
BringForward Bring shape forward.
BringToFront Bring shape to the front.
SendBackward Send shape backward.
SendToBack Send shape to the back.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Excel.Drawing.ZOrderType

See Also