Represents a comment for a cell.
Constructors
Section titled "Constructors"WorksheetCellComment
new WorksheetCellComment(): WorksheetCellComment Returns WorksheetCellComment
Properties
Section titled "Properties"$t: Type author
Section titled "author"author: string bottomRightCornerCell
Section titled "bottomRightCornerCell"Inherited from: WorksheetShape
bottomRightCornerCell: WorksheetCell bottomRightCornerPosition
Section titled "bottomRightCornerPosition"Inherited from: WorksheetShape
bottomRightCornerPosition: IgPoint cell: WorksheetCell 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 text: FormattedString 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
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