Class SpreadsheetThreadedCommentBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SpreadsheetThreadedCommentBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.AspNetMvc.Spreadsheet.dll
Syntax
public class SpreadsheetThreadedCommentBuilder : ControlBuilder
Constructors
SpreadsheetThreadedCommentBuilder()
Declaration
public SpreadsheetThreadedCommentBuilder()
SpreadsheetThreadedCommentBuilder(SpreadsheetThreadedComment)
Declaration
public SpreadsheetThreadedCommentBuilder(SpreadsheetThreadedComment model)
Parameters
| Type | Name | Description |
|---|---|---|
| SpreadsheetThreadedComment | model |
Methods
Author(String)
Specifies the author of the comment. If not set, the comment will not display an author name.
Declaration
public SpreadsheetThreadedCommentBuilder Author(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SpreadsheetThreadedCommentBuilder |
CreatedTime(String)
Indicates the date and time when the comment was created. If not set, the comment will not show a time-stamp.
Declaration
public SpreadsheetThreadedCommentBuilder CreatedTime(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SpreadsheetThreadedCommentBuilder |
IsResolved(Boolean)
Indicates whether the comment thread is marked as resolved.
If not set, the thread remains active and unresolved.
Set this to true when the discussion in the thread is complete and no further replies are expected.
Declaration
public SpreadsheetThreadedCommentBuilder IsResolved(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| SpreadsheetThreadedCommentBuilder |
Replies(Action<CommentReplyBuilder>)
Declaration
public SpreadsheetThreadedCommentBuilder Replies(Action<CommentReplyBuilder> replies)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<CommentReplyBuilder> | replies |
Returns
| Type |
|---|
| SpreadsheetThreadedCommentBuilder |
Replies(List<CommentReply>)
Contains the collection of replies associated with the comment. If not set, the comment has no replies.
Declaration
public SpreadsheetThreadedCommentBuilder Replies(List<CommentReply> value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<CommentReply> | value |
Returns
| Type |
|---|
| SpreadsheetThreadedCommentBuilder |
Text(String)
Defines the text content of the comment. If not set, the comment will appear blank until content is added.
Declaration
public SpreadsheetThreadedCommentBuilder Text(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SpreadsheetThreadedCommentBuilder |