ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / ImageInfo Structure / AutoFill Property

In This Topic
    AutoFill Property
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property AutoFill As Boolean
    public 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