Class ThreadedCommentAuthor

Class ThreadedCommentAuthor

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

Represents the person who creates the threaded comments;

public class ThreadedCommentAuthor

Inheritance

objectThreadedCommentAuthor

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Name

Gets and sets the name.

public string Name { get; set; }

Property Value

string

ProviderId

Gets the id of the provider.

public string ProviderId { get; set; }

Property Value

string

UserId

Gets and sets the id of the user.

public string UserId { get; set; }

Property Value

string