Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / AutoLoadAttribute Class
Members


In This Topic
    AutoLoadAttribute Class
    In This Topic
    Represents an attribute indicating whether the class will be loaded automatically. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class AutoLoadAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As AutoLoadAttribute
    public sealed class AutoLoadAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          GrapeCity.Core.AutoLoadAttribute

    See Also