ShapeLayerChangeType Enumeration
|
Change target type of shape.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ShapeLayerChangeType
Public Enumeration ShapeLayerChangeType
public enum class ShapeLayerChangeType
type ShapeLayerChangeType
Members
|
Member name
|
Value
|
Description
|
|
BringToFront
|
0
|
bring to front.
|
|
SendToBack
|
1
|
send to back.
|
|
BringForward
|
2
|
bring forward.
|
|
SendBackward
|
3
|
send backward.
|
See Also