[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ZOrderType

Enum ZOrderType

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

Specifies where in the z-order a shape should be moved relative to other shapes.

public enum ZOrderType

Fields

BringForward = 2

Bring shape forward.

BringToFront = 0

Bring shape to the front.

SendBackward = 3

Send shape backward.

SendToBack = 1

Send shape to the back.