numberOfRowsInComponent abstract method

int numberOfRowsInComponent(
  1. int component
)

定义每一列所显示的行数, component 代表列的索引,

Implementation

int numberOfRowsInComponent(int component);