GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / DataAutoHeadings Property


In This Topic
DataAutoHeadings Property
In This Topic
Gets or sets whether to automatically generate column names for a sheet based on the data source.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property DataAutoHeadings As Boolean
 
'Usage
 
Dim instance As Worksheet
Dim value As Boolean
 
instance.DataAutoHeadings = value
 
value = instance.DataAutoHeadings

Property Value

Boolean: true to automatically generate column names; otherwise, false.
See Also