CommentCollection
Overview
CommentCollection is a class in Aspose.Cells FOSS for TypeScript.
This class declares 6 methods for CommentCollection objects in TypeScript programs.
Available methods include: add, clear, get, getByCell, remove, toXml.
Public members are accessible to any TypeScript application after installing the Aspose.Cells FOSS for TypeScript package.
Properties: count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | number | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
add(row: number, col: number, text: string, author: string) → Comment | Calls add(row, col, text, author) on this CommentCollection instance. |
get(index: number) → Comment | undefined | Calls get(index) on this CommentCollection instance. |
getByCell(row: number, col: number) → Comment | undefined | Calls getByCell(row, col) on this CommentCollection instance. |
remove(index: number) | Calls remove(index) on this CommentCollection instance. |
clear() | Calls clear on this CommentCollection instance. |
toXml() → string | Calls toXml on this CommentCollection instance. |