excel.core
类 RowProperty

java.lang.Object
  继承者 excel.core.RowProperty

public class RowProperty
extends java.lang.Object


字段摘要
 boolean autoAsyncHeightWithDBRowHeight
           
 boolean columnScrollEnabled
           
 int dbColCount
           
 int dbrowheight
           
 int groupRowHeight
           
 boolean groupVisible
           
 int height
           
 boolean isHidden
           
 int scrolledRowCount
           
 int stretchHeight
           
 
构造方法摘要
RowProperty()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

height

public int height

stretchHeight

public int stretchHeight

dbrowheight

public int dbrowheight

groupRowHeight

public int groupRowHeight

groupVisible

public boolean groupVisible

dbColCount

public int dbColCount

isHidden

public boolean isHidden

scrolledRowCount

public int scrolledRowCount

autoAsyncHeightWithDBRowHeight

public boolean autoAsyncHeightWithDBRowHeight

columnScrollEnabled

public boolean columnScrollEnabled
构造方法详细信息

RowProperty

public RowProperty()