GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / DataField Property


In This Topic
DataField Property
In This Topic
Gets or sets the data field for this column in the data source.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property DataField As String
 
'Usage
 
Dim instance As Column
Dim value As String
 
instance.DataField = value
 
value = instance.DataField

Property Value

The data field for this column in the data source. The default value is an empty string, which means that no data field is set for this column.
See Also