Class ThreadedComment
Class ThreadedComment
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the threaded comment.
public class ThreadedComment
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Author
Gets the author of the comment.
public ThreadedCommentAuthor Author { get; set; }
Property Value
Column
Gets the column index of the comment.
public int Column { get; }
Property Value
CreatedTime
Gets and sets the created time of this threaded comment.
public DateTime CreatedTime { get; set; }
Property Value
Notes
Gets and sets the text of the comment.
public string Notes { get; set; }
Property Value
Row
Gets the row index of the comment.
public int Row { get; }