ComponentOne Sizer for WinForms
ComponentOne Sizer for WinForms
C1.Win.Sizer.6 Assembly
/
C1.Win.Sizer Namespace
/
Grid Class
/ AutoGenerate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
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
Visual Basic
C#
'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
Reference
Grid Class
Grid Members