XlsShape
ChangeLayer Method
|
Changes the layer position of a shape within a group based on the specified change type.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void ChangeLayer(
ShapeLayerChangeType changeType
)
Public Sub ChangeLayer (
changeType As ShapeLayerChangeType
)
public:
void ChangeLayer(
ShapeLayerChangeType changeType
)
member ChangeLayer :
changeType : ShapeLayerChangeType -> unit
Parameters
-
changeType
-
Type:
Spire.Xls
ShapeLayerChangeType
The type of change to apply to the shape's layer position (e.g., SendToBack, SendBackward, BringForward, BringToFront).
See Also