MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / FixImageOffset Method
If set to true, automatically adjusts the height of rows to accommodate the height of images that span multiple rows. If false, the position of images is adjusted without modifying row heights.

In This Topic
FixImageOffset Method
In This Topic
Adjusts the position of images in the sheet to ensure they align correctly with cell boundaries.
Syntax
'Declaration
 
Public Sub FixImageOffset( _
   ByVal autoRowHeight As Boolean _
) 
 

Parameters

autoRowHeight
If set to true, automatically adjusts the height of rows to accommodate the height of images that span multiple rows. If false, the position of images is adjusted without modifying row heights.
See Also