$xfIndex $xfIndex : null|integer Index to cellXf. Null value means row has no explicit cellXf format. Type null|integer
$height $height : float Row height (in pt). When this is set to a negative value, the row height should be ignored by IWriter Type float
__construct() __construct(integer $pIndex) Create a new RowDimension. Parameters integer $pIndex Numeric row index
setVisible() setVisible(boolean $pValue) : $this Set Visible. Parameters boolean $pValue Returns $this
setOutlineLevel() setOutlineLevel(integer $pValue) : $this Set Outline Level. Value must be between 0 and 7. Parameters integer $pValue Returns $this
setCollapsed() setCollapsed(boolean $pValue) : $this Set Collapsed. Parameters boolean $pValue Returns $this
setXfIndex() setXfIndex(integer $pValue) : $this Set index to cellXf. Parameters integer $pValue Returns $this
setRowIndex() setRowIndex(integer $pValue) : $this Set Row Index. Parameters integer $pValue Returns $this
setRowHeight() setRowHeight(float $pValue) : $this Set Row Height. Parameters float $pValue Returns $this
setZeroHeight() setZeroHeight(boolean $pValue) : $this Set ZeroHeight. Parameters boolean $pValue Returns $this