接口 IPanes


public interface IPanes
Worksheet panes.
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int index)
    Get the instance of pane by index.
    int
    Returns a int value that represents the number of objects in the collection.
  • 方法详细资料

    • getCount

      int getCount()
      Returns a int value that represents the number of objects in the collection.
    • get

      IPane get(int index)
      Get the instance of pane by index.