Represents a comment for a cell.

WorksheetCellComment

new WorksheetCellComment(): WorksheetCellComment

Returns WorksheetCellComment

$t: Type
author: string

Inherited from: WorksheetShape

bottomRightCornerCell: WorksheetCell

Inherited from: WorksheetShape

bottomRightCornerPosition: IgPoint
cell: WorksheetCell

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
text: FormattedString

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

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