$xfIndex $xfIndex : null|int Index to cellXf. Null value means row has no explicit cellXf format. Type null|int —
__construct() __construct(int $initialValue = null) : mixed Create a new Dimension. Parameters int $initialValue Numeric row index Returns mixed —
setOutlineLevel() setOutlineLevel(int $level) : $this Set Outline Level. Value must be between 0 and 7. Parameters int $level Returns $this —
setCollapsed() setCollapsed(bool $collapsed) : $this Set Collapsed. Parameters bool $collapsed Returns $this —
setXfIndex() setXfIndex(int $pValue) : $this Set index to cellXf. Parameters int $pValue Returns $this —
__clone() __clone() : mixed Implement PHP __clone to create a deep clone, not just a shallow copy. Returns mixed —