var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
function GroupShape( worksheet : Worksheet, name : string ) : GroupShape;
Parameters
- worksheet
- The host sheet of the groupShape.
- name
- The name of groupShape
var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
function GroupShape( worksheet : Worksheet, name : string ) : GroupShape;