[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICommentsThreaded

Interface ICommentsThreaded

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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
Inherited Members
System.Collections.IEnumerable.GetEnumerator()

Properties

Count

Returns the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Gets the threaded comment index.

ICommentThreaded this[int Index] { get; }

Parameters

Index int

The index of the collection.

Property Value

ICommentThreaded