Represents a group of shapes in a worksheet. This group is also a shape which can be positioned and contained within another group or on a worksheet.

WorksheetShapeGroupBase

new WorksheetShapeGroupBase(a: number): WorksheetShapeGroupBase

Returns WorksheetShapeGroupBase

$t: Type

Inherited from: WorksheetShape

bottomRightCornerCell: WorksheetCell

Inherited from: WorksheetShape

bottomRightCornerPosition: IgPoint

Inherited from: WorksheetShape

fill: ShapeFill

Inherited from: WorksheetShape

flippedHorizontally: boolean

Inherited from: WorksheetShape

flippedVertically: boolean

Inherited from: WorksheetShape

outline: ShapeOutline

Inherited from: WorksheetShape

positioningMode: ShapePositioningMode

Inherited from: WorksheetShape

topLeftCornerCell: WorksheetCell

Inherited from: WorksheetShape

topLeftCornerPosition: IgPoint

Inherited from: WorksheetShape

visible: boolean

Inherited from: WorksheetShape

Gets the worksheet on which the shape resides. The worksheet on which the shape resides.

get sheet(): Sheet

Returns Sheet

Inherited from: WorksheetShape

Gets the worksheet on which the shape resides. The worksheet on which the shape resides.

get worksheet(): Worksheet

Returns Worksheet

Inherited from: WorksheetShape

Clears the cached unknown shape data which was read in from a parsed excel file.

clearUnknownData(): void

Returns void

Inherited from: WorksheetShape

Gets the bounds of the shape in twips (1/20th of a point).

getBoundsInTwips(): IgRect

Returns IgRect

Inherited from: WorksheetShape

Sets the bounds of the shape in twips (1/20th of a point).

setBoundsInTwips(sheet: Sheet, bounds: IgRect): void

Parameters

  • sheet: Sheet

    The worksheet on which the shape should be placed.

  • bounds: IgRect

    The new bounds where the shape should be placed.

Returns void

Gets the shape at the specified index in the collection. The shape at the specified index.

shapes(index: number): WorksheetShape

Parameters

  • index: number

    The zero-based index of the shape to get.

Returns WorksheetShape

Inherited from: WorksheetShape

Creates a shape which is predefined in Microsoft Excel.

createPredefinedShape(shapeType: PredefinedShapeType): WorksheetShape

Parameters

Returns WorksheetShape

Inherited from: WorksheetShape

staticInit(): void

Returns void