[]
Represents a collection of cell comments. Each comment is represented by an IComment object.
public interface IComments : IEnumerable
Public Interface IComments
Inherits IEnumerable
Name | Description |
---|---|
Count | Returns the number of objects in the collection. |
this[int] | Gets the comment index. |