AutoGenerateColumns Property (Table)
Gets or sets whether to generate the columns automatically based on the data source.
public bool AutoGenerateColumns {get; set;}
'Declaration
Public Property AutoGenerateColumns As Boolean
'Usage
Dim instance As Table
Dim value As Boolean
instance.AutoGenerateColumns = value
value = instance.AutoGenerateColumns
Property Value
true
if the table generate the columns automatically based on the data source; otherwise,
false
. The default is
true
.