var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name); var value; // Type: any value = instance.zIndex(shapeName, zIndex);
Parameters
- shapeName
- {string} The name of the shape.
- zIndex
- {number} The z-index for the shape. The zIndex should be between 0 to all shapes length(not contains). A shape with greater zIndex is always in front of a shape with a lower zIndex.