[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IComments

Interface IComments

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

Represents a collection of cell comments. Each comment is represented by an IComment object.

public interface IComments : 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 comment index.

IComment this[int Index] { get; }

Parameters

Index int

The index of the collection.

Property Value

IComment