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
public bool DataAutoHeadings {get; set;}
See Also