Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IComment
Public Interface IComment
public interface class IComment
type IComment =  interface end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Dispose()()()()
Dispose object and free resources.
GetPlainText()()()()
Get plain text of the comment.
Height
Get or set the height of the comment.
Parent
Reference to Parent object. Read-only.
PlainText
Gets or sets the text of the Comment.
Position
Get position of the comment.
SetPlainText(String)
Set plain text of the comment.
Visible
Represents the visibility of a Comment.
Width
Get or set the width of the comment.
Worksheet
Gets worksheet of the comment.

See Also