AutoGenerateColumns Property (ITable)
Gets or sets whether to generate the columns automatically based on the data source.
bool AutoGenerateColumns {get; set;}
'Declaration
Property AutoGenerateColumns As Boolean
'Usage
Dim instance As ITable
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
.