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

NameTypeAccessDescription
countnumberReadGets the count.

Methods

SignatureDescription
add(row: number, col: number, text: string, author: string)CommentCalls add(row, col, text, author) on this CommentCollection instance.
get(index: number)Comment | undefinedCalls get(index) on this CommentCollection instance.
getByCell(row: number, col: number)Comment | undefinedCalls 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()stringCalls toXml on this CommentCollection instance.

See Also

 English