Comment
Overview
Comment is a class in Aspose.Cells FOSS for TypeScript.
This class declares 2 methods for Comment objects in TypeScript programs.
Available methods include: constructor, toXml.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Properties: author, col, height, ref, row, text, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
row | number | Read | Gets the row. |
col | number | Read | Gets the col. |
ref | string | Read | Gets the ref. |
text | string | Read/Write | Gets the text. |
author | string | undefined | Read/Write | Gets the author. |
width | number | Read/Write | Gets the width. |
height | number | Read/Write | Gets the height. |
Methods
| Signature | Description |
|---|---|
constructor(row: number, col: number, text: string, author: string) | Calls constructor(row, col, text, author) on this Comment instance. |
toXml() → string | Calls toXml on this Comment instance. |