AutoGenerateColumns Property (SheetView)
In This Topic
Gets or sets whether to automatically generate the columns for a sheet based on the data source.
Syntax
'Declaration
Public Property AutoGenerateColumns As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AutoGenerateColumns = value
value = instance.AutoGenerateColumns
public bool AutoGenerateColumns {get; set;}
See Also