Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / DataField Property


In This Topic
DataField Property (ITableColumn)
In This Topic
Gets or sets the data field for this table column in the data source.
Syntax
'Declaration
 
Property DataField As String
 
'Usage
 
Dim instance As ITableColumn
Dim value As String
 
instance.DataField = value
 
value = instance.DataField

Property Value

The data field.
See Also