'Usage Dim instance As ColumnList Dim type As Type instance.GenerateFromType(type)
Parameters
- type
- The type from which to generate the columns.
'Usage Dim instance As ColumnList Dim type As Type instance.GenerateFromType(type)
The result will be the equivalent of binding the grid to an array of type.
A column will be created for each public property that has the Browsable attribute set to true.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2