public class GridProperties extends Object
| 构造器和说明 |
|---|
GridProperties() |
GridProperties(int frozenRowCount,
int frozenColumnCount,
int rowCount,
int columnCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
int |
getColumnCount() |
int |
getFrozenColumnCount() |
int |
getFrozenRowCount() |
int |
getRowCount() |
int |
hashCode() |
void |
setColumnCount(int columnCount) |
void |
setFrozenColumnCount(int frozenColumnCount) |
void |
setFrozenRowCount(int frozenRowCount) |
void |
setRowCount(int rowCount) |
String |
toString() |
public GridProperties()
public GridProperties(int frozenRowCount,
int frozenColumnCount,
int rowCount,
int columnCount)
public int getFrozenRowCount()
public int getFrozenColumnCount()
public int getRowCount()
public int getColumnCount()
public void setFrozenRowCount(int frozenRowCount)
public void setFrozenColumnCount(int frozenColumnCount)
public void setRowCount(int rowCount)
public void setColumnCount(int columnCount)
Copyright © 2025. All rights reserved.