Class SpreadsheetCommentBuilder<T>
Represents the Class for Comment builder.
Inheritance
System.Object
SpreadsheetCommentBuilder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class SpreadsheetCommentBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
SpreadsheetCommentBuilder(Cell)
Initializes a new instance of the SpreadsheetCommentBuilder<T> with the specified cell.
Declaration
public SpreadsheetCommentBuilder(Cell cell)
Parameters
Type | Name | Description |
---|---|---|
Cell | cell | The cell using cell object. |
Methods
IsVisible()
Specifies the IsVisible as true for cells.
Declaration
public SpreadsheetCommentBuilder<T> IsVisible()
Returns
Type | Description |
---|---|
SpreadsheetCommentBuilder<T> |
IsVisible(Boolean)
Specifies to indicate wheter the comment is visible or not.
Declaration
public SpreadsheetCommentBuilder<T> IsVisible(bool isVisible)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isVisible | true if the comment is visible; otherwise, false. |
Returns
Type | Description |
---|---|
SpreadsheetCommentBuilder<T> |
Value(String)
Specifies the value in comment.
Declaration
public SpreadsheetCommentBuilder<T> Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The comment value. |
Returns
Type | Description |
---|---|
SpreadsheetCommentBuilder<T> |