[]
        
立即试用
(Showing Draft Content)

IComments

Interface IComments

All Superinterfaces:
Iterable<IComment>

public interface IComments extends Iterable<IComment>
表示单元格注释的集合。每个注释由一个IComment对象表示。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int Index)
    获取注释索引。
    int
    返回集合中的对象数量。

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • get

      IComment get(int Index)
      获取注释索引。
      Parameters:
      Index - 集合的索引。
    • getCount

      int getCount()
      返回集合中的对象数量。