Spread Windows Forms 17
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
    string DataField {get; set;}

    Property Value

    The data field.
    See Also