[]
        
立即试用
(Showing Draft Content)

IPanes

Interface IPanes


public interface IPanes
工作表窗格。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    获取通过索引的窗格实例。
    int
    返回一个整数值,表示集合中的对象数量。
  • Method Details

    • getCount

      int getCount()
      返回一个整数值,表示集合中的对象数量。
    • get

      IPane get(int index)
      获取通过索引的窗格实例。