alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SpreadsheetThreadedCommentBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SpreadsheetThreadedCommentBuilder
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.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 timestamp.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved