Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / BindDataColumn Method
The column index.
The name of the data source column.


In This Topic
    BindDataColumn Method
    In This Topic
    Binds the column to the data source column for a sheet.
    Syntax
    'Declaration
     
    Public Sub BindDataColumn( _
       ByVal column As Integer, _
       ByVal dataField As String _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim dataField As String
     
    instance.BindDataColumn(column, dataField)
    public void BindDataColumn( 
       int column,
       string dataField
    )

    Parameters

    column
    The column index.
    dataField
    The name of the data source column.
    See Also