| 构造器和说明 |
|---|
Row() |
public Double height
public int getIndex()
public int getFc()
public int getLc()
public Cell[] getCells()
public Cell[] malloc(int n)
n - 单元格数量public Cell[] calloc(int n)
n - 单元格数量public Cell[] realloc(int n)
n个单元格,此方法会比较传入的参数n与当前单元格数量比较,
当n大于当前数量时才进行重分配n - 单元格数量public Double getHeight()
Copyright © 2024. All rights reserved.