ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Grid Class / AutoGenerate Method

In This Topic
    AutoGenerate Method (Grid)
    In This Topic
    Resets the Grid object and creates new rows and columns based on the child controls within the C1Sizer.
    Syntax
    'Declaration
     
    Public Sub AutoGenerate() 
    public void AutoGenerate()
    Remarks
    You will rarely have to call this method from your code. It is more commonly used internally (at design time) by the grid designer.
    See Also