Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AutoGenerateColumns Property


In This Topic
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
See Also