ActiveReports 13
AutoSize Property (ImageInfo)

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.SpreadBuilder.Imaging Namespace > ImageInfo Structure : AutoSize Property
Sets or returns a value indicating whether the image automatically moves and sizes with the cells. 
Syntax
'Declaration
 
Public Property AutoSize As Boolean
public bool AutoSize {get; set;}

Property Value

Boolean.  If left False, the picture is clipped if it exceeds the area of the added image.
See Also

Reference

ImageInfo Structure
ImageInfo Members