CommentModel

Overview

CommentModel is a class in Aspose.Cells FOSS for .NET.

Represents the internal model for a worksheet comment (legacy note). Row and column values are zero-based.

Properties

NameTypeAccessDescription
RowintRead/Write
ColumnintRead/Write
AuthorstringRead/Write
NotestringRead/Write
IsVisibleboolRead/WriteGets or sets whether the comment is displayed in the worksheet
WidthintRead/Write
HeightintRead/WriteGets or sets the height of the comment in points or pixels

Methods

SignatureDescription
CommentModel()Creates a new comment model with default values