接口 IComments

所有超级接口:
Iterable<IComment>

public interface IComments extends Iterable<IComment>
Represents a collection of cell comments. Each comment is represented by an IComment object.
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int Index)
    Gets the comment index.
    int
    Returns the number of objects in the collection.

    从接口继承的方法 java.lang.Iterable

    forEach, iterator, spliterator
  • 方法详细资料

    • get

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

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