Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IComment Interface
Properties Methods

In This Topic
    IComment Interface Members
    In This Topic

    The following tables list the members exposed by IComment.

    Public Properties
     NameDescription
     Property Gets the anchor cell of the comment.  
     Property Gets the author of the comment.  
     PropertyReturns the GrapeCity.Documents.Excel.Drawing.IShape object that represents the shape attached to the specified comment.  
     Property Gets or sets the comment text.  
     Property Determines whether the object is visible.  
    Top
    Public Methods
     NameDescription
     Method Deletes the object.  
     Method Generates the comment from the JSON string.  
     MethodReturns the IComment object that represents the next comment.  
     MethodReturns the IComment object that represents the previous comment.  
     Method Generates a JSON string from the comment.  
    Top
    See Also