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.
Constructors
Section titled "Constructors"WorksheetShapeGroupBase
new WorksheetShapeGroupBase(a: number): WorksheetShapeGroupBase Returns WorksheetShapeGroupBase
Properties
Section titled "Properties"$t: Type bottomRightCornerCell
Section titled "bottomRightCornerCell"Inherited from: WorksheetShape
bottomRightCornerCell: WorksheetCell bottomRightCornerPosition
Section titled "bottomRightCornerPosition"Inherited from: WorksheetShape
bottomRightCornerPosition: IgPoint Inherited from: WorksheetShape
fill: ShapeFill flippedHorizontally
Section titled "flippedHorizontally"Inherited from: WorksheetShape
flippedHorizontally: boolean flippedVertically
Section titled "flippedVertically"Inherited from: WorksheetShape
flippedVertically: boolean outline
Section titled "outline"Inherited from: WorksheetShape
outline: ShapeOutline positioningMode
Section titled "positioningMode"Inherited from: WorksheetShape
positioningMode: ShapePositioningMode topLeftCornerCell
Section titled "topLeftCornerCell"Inherited from: WorksheetShape
topLeftCornerCell: WorksheetCell topLeftCornerPosition
Section titled "topLeftCornerPosition"Inherited from: WorksheetShape
topLeftCornerPosition: IgPoint visible
Section titled "visible"Inherited from: WorksheetShape
visible: boolean Accessors
Section titled "Accessors"sheet
Section titled "sheet"Inherited from: WorksheetShape
Gets the worksheet on which the shape resides. The worksheet on which the shape resides.
get sheet(): Sheet Returns Sheet
worksheet
Section titled "worksheet"Inherited from: WorksheetShape
Gets the worksheet on which the shape resides. The worksheet on which the shape resides.
get worksheet(): Worksheet Returns Worksheet
Methods
Section titled "Methods"clearUnknownData
Section titled "clearUnknownData"Inherited from: WorksheetShape
Clears the cached unknown shape data which was read in from a parsed excel file.
clearUnknownData(): void Returns void
getBoundsInTwips
Section titled "getBoundsInTwips"Inherited from: WorksheetShape
Gets the bounds of the shape in twips (1/20th of a point).
getBoundsInTwips(): IgRect Returns IgRect
setBoundsInTwips
Section titled "setBoundsInTwips"Inherited from: WorksheetShape
Sets the bounds of the shape in twips (1/20th of a point).
setBoundsInTwips(sheet: Sheet, bounds: IgRect): void Parameters
- sheet:
SheetThe worksheet on which the shape should be placed.
- bounds:
IgRectThe new bounds where the shape should be placed.
Returns void
shapes
Section titled "shapes"Gets the shape at the specified index in the collection. The shape at the specified index.
shapes(index: number): WorksheetShape Parameters
- index:
numberThe zero-based index of the shape to get.
Returns WorksheetShape
createPredefinedShape
Section titled "createPredefinedShape"Inherited from: WorksheetShape
Creates a shape which is predefined in Microsoft Excel.
createPredefinedShape(shapeType: PredefinedShapeType): WorksheetShape Parameters
- shapeType:
PredefinedShapeTypeThe type of shape to create.
Returns WorksheetShape
staticInit
Section titled "staticInit"Inherited from: WorksheetShape
staticInit(): void