ActiveReports Developer 7
AutoFill Property
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace > ImageInfo Structure : AutoFill Property

Glossary Item Box

Sets or returns a value indicating whether the image should automatically fill the specified range of cells.

Syntax

Visual Basic (Declaration) 
Public Property AutoFill As System.Boolean
C# 
public System.bool AutoFill {get; set;}

Property Value

Boolean. Returns True if the Automatic Fill option is turned on in the Format Object dialog box, Patterns tab.

See Also