'Declaration Public Sub FixImageOffset( _ ByVal autoRowHeight As Boolean _ )
public void FixImageOffset( bool autoRowHeight )
Parameters
- autoRowHeight
- If set to
true
, automatically adjusts the height of rows to accommodate the height of images that span multiple rows. Iffalse
, the position of images is adjusted without modifying row heights.