DataAutoHeadings Property
Gets or sets whether a bound sheet automatically assigns the data field names to be the text in the column headers.
public bool DataAutoHeadings {get; set;}
'Declaration
Public Property DataAutoHeadings As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.DataAutoHeadings = value
value = instance.DataAutoHeadings