excel.core
接口 RowPropertyManage


public interface RowPropertyManage


字段摘要
static int defaultRowHeight
           
 
方法摘要
 void AddBindCount(int row)
           
 int getAllRowsHeight()
           
 int getBindedCount(int row)
           
 int getDBGroupRowCount(int row)
          得到row中单元格绑定到数源中最多的分组数据行数,注意,当设置成分组行不显示时,无论数据源是否有分类汇总数据,都被忽略
 int getDBRowHeight(int row)
           
 int getFixedRowCount()
           
 int getFixedRowHeight()
           
 int getGroupRowHeight(int row)
           
 int getMaxDBRowCount(int row)
           
 DataSourceConfig getMaximalDataSourceConfig(int row)
           
 int getRowCount()
           
 int getRowHeadWidth()
           
 int getRowHeight(int row)
           
 RowProperty getRowProperty(int row)
           
 int getRowScrolledRowCount(int row)
           
 int getRowStretchHeight(int row)
           
 int getRowY(int row)
           
 boolean isAutoAsyncHeightWithDBRowHeight(int row)
           
 boolean isColumnScrollEnabled(int row)
           
 boolean isGroupRowVisible(int row)
           
 boolean isRowHidden(int row)
           
 void ReleaseBindCount(int row)
           
 void setAutoAsyncHeightWithDBRowHeight(int row, boolean auto)
           
 void setColumnScrollEnable(int row, boolean enable)
           
 void setDBRowHeight(int row, int height)
           
 void setGroupRowHeight(int row, int height)
           
 void setGroupRowVisible(int row, boolean v)
           
 void setRowHeadWidth(int Width)
           
 void setRowHeight(int row, int newHeight)
           
 void setRowHidden(int row, boolean hidden)
           
 void setRowScrolledRowCount(int row, int scrolledRowCount)
           
 void setRowStretchHeight(int row, int percent)
           
 

字段详细信息

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)