PublicProperty AutoGenerateColumns As System.Boolean
public System.bool AutoGenerateColumns {get; set;}
Remarks
The event AutoGeneratingColumn will be raised for each column allowing to change or replace the generated column. After all columns are created the event AutoGeneratedColumns will be raised.