Encapsulates a collection of Comment objects.
Namespace: Spire.Spreadsheet.Forms.CollectionsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class CommentCollection : CellObjectCollection
Public Class CommentCollection Inherits CellObjectCollection
public ref class CommentCollection : public CellObjectCollection
type CommentCollection = class inherit CellObjectCollection end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| AddComment(String, String) |
Adds a comment to a specified cell.
| |
| AddComment(Int32, Int32, String) |
Adds a comment to a specified cell at row column index.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( String])]) |
Gets the commentby specified range name.
| |
| Item[([( Int32, Int32])]) |
Gets the comment at specified row and column.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(String) |
Removes the item by name.
(Inherited from CellObjectCollection.) | |
| RemoveAt(Int32, Int32) |
Removes the comment at the specified row column.
(Overrides CellObjectCollection..::..RemoveAt(Int32, Int32).) | |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Spreadsheet.Forms.Collections..::..CellObjectCollection
Spire.Spreadsheet.Forms.Collections..::..CommentCollection
Spire.Spreadsheet.Forms.Collections..::..CellObjectCollection
Spire.Spreadsheet.Forms.Collections..::..CommentCollection