[]
        
(Showing Draft Content)

IComments

Interface IComments

All Superinterfaces:
Iterable<IComment>

public interface IComments extends Iterable<IComment>
Represents a collection of cell comments. Each comment is represented by an IComment object.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int Index)
    Gets the comment index.
    int
    Returns the number of objects in the collection.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • get

      IComment get(int Index)
      Gets the comment index.
      Parameters:
      Index - The index of the collection.
    • getCount

      int getCount()
      Returns the number of objects in the collection.