Gets or sets whether to automatically generate the columns for a sheet based on the data source.
'Declaration
<System.ComponentModel.DefaultValueAttribute()>
Public Property AutoGenerateColumns As System.Boolean
'Usage
Dim instance As Worksheet
Dim value As System.Boolean
instance.AutoGenerateColumns = value
value = instance.AutoGenerateColumns
[System.ComponentModel.DefaultValue()]
public System.bool AutoGenerateColumns {get; set;}
Property Value
Boolean: true to automatically generate columns; otherwise, false.