Class ThreadedComment

Class ThreadedComment

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the threaded comment.

public class ThreadedComment

Inheritance

objectThreadedComment

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

ThreadedCommentAuthor

Column

Gets the column index of the comment.

public int Column { get; }

Property Value

int

CreatedTime

Gets and sets the created time of this threaded comment.

public DateTime CreatedTime { get; set; }

Property Value

DateTime

Notes

Gets and sets the text of the comment.

public string Notes { get; set; }

Property Value

string

Row

Gets the row index of the comment.

public int Row { get; }

Property Value

int