Click or drag to resize

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
)

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