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

NameTypeAccessDescription
rownumberReadGets the row.
colnumberReadGets the col.
refstringReadGets the ref.
textstringRead/WriteGets the text.
authorstring | undefinedRead/WriteGets the author.
widthnumberRead/WriteGets the width.
heightnumberRead/WriteGets the height.

Methods

SignatureDescription
constructor(row: number, col: number, text: string, author: string)Calls constructor(row, col, text, author) on this Comment instance.
toXml()stringCalls toXml on this Comment instance.

See Also