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


In This Topic
DataAutoHeadings Property
In This Topic
Gets or sets whether a bound sheet automatically assigns the data field names to be the text in the column headers.
Syntax
'Declaration
 
Public Property DataAutoHeadings As Boolean
 
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.DataAutoHeadings = value
 
value = instance.DataAutoHeadings
See Also