[]
Represents a collection of cell comments. Each comment is represented by an IComment object.
public interface IComments : IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Gets the comment index.
IComment this[int Index] { get; }
Index
intThe index of the collection.