[]
A collection of top-level threaded comment objects in a Worksheet, or a collection of replies in a single threaded comment. Each comment is represented by an ICommentThreaded object.
public interface ICommentsThreaded : IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Gets the threaded comment index.
ICommentThreaded this[int Index] { get; }
Index
intThe index of the collection.