excel.core
接口 RowPropertyManage
public interface RowPropertyManage
defaultRowHeight
static final int defaultRowHeight
- 另请参见:
- 常量字段值
getRowCount
int getRowCount()
getFixedRowCount
int getFixedRowCount()
getFixedRowHeight
int getFixedRowHeight()
getRowHeadWidth
int getRowHeadWidth()
setRowHeadWidth
void setRowHeadWidth(int Width)
getRowHeight
int getRowHeight(int row)
setRowHeight
void setRowHeight(int row,
int newHeight)
getRowY
int getRowY(int row)
getAllRowsHeight
int getAllRowsHeight()
getDBGroupRowCount
int getDBGroupRowCount(int row)
- 得到row中单元格绑定到数源中最多的分组数据行数,注意,当设置成分组行不显示时,无论数据源是否有分类汇总数据,都被忽略
- 参数:
row -
- 返回:
getDBRowHeight
int getDBRowHeight(int row)
setDBRowHeight
void setDBRowHeight(int row,
int height)
getGroupRowHeight
int getGroupRowHeight(int row)
setGroupRowHeight
void setGroupRowHeight(int row,
int height)
isGroupRowVisible
boolean isGroupRowVisible(int row)
setGroupRowVisible
void setGroupRowVisible(int row,
boolean v)
AddBindCount
void AddBindCount(int row)
ReleaseBindCount
void ReleaseBindCount(int row)
getBindedCount
int getBindedCount(int row)
getMaxDBRowCount
int getMaxDBRowCount(int row)
getRowProperty
RowProperty getRowProperty(int row)
isRowHidden
boolean isRowHidden(int row)
setRowHidden
void setRowHidden(int row,
boolean hidden)
getMaximalDataSourceConfig
DataSourceConfig getMaximalDataSourceConfig(int row)
getRowScrolledRowCount
int getRowScrolledRowCount(int row)
setRowScrolledRowCount
void setRowScrolledRowCount(int row,
int scrolledRowCount)
setAutoAsyncHeightWithDBRowHeight
void setAutoAsyncHeightWithDBRowHeight(int row,
boolean auto)
isAutoAsyncHeightWithDBRowHeight
boolean isAutoAsyncHeightWithDBRowHeight(int row)
setColumnScrollEnable
void setColumnScrollEnable(int row,
boolean enable)
isColumnScrollEnabled
boolean isColumnScrollEnabled(int row)
setRowStretchHeight
void setRowStretchHeight(int row,
int percent)
getRowStretchHeight
int getRowStretchHeight(int row)