Click or drag to resize

IComments Interface

Defines a contract for handling comments, which can include methods for adding, retrieving, updating, and deleting comments.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IComments : IEnumerable

The IComments type exposes the following members.

Properties
Name Description
Public property Count
Returns the number of objects in the collection. Read-only Long.
Public property Item Int32
Returns a single object from a collection.
Public property Item Int32, Int32
Returns single entry from the collection by row and column one-based indexes. Read-only.
Public property Parent
Returns the parent object for the specified object.
Top
Methods
Name Description
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Top
See Also