'Declaration Public Sub BindDataColumn( _ ByVal column As System.Integer, _ ByVal dataField As System.String _ )
'Usage Dim instance As Worksheet Dim column As System.Integer Dim dataField As System.String instance.BindDataColumn(column, dataField)
Parameters
- column
- The column index.
- dataField
- The name of the data source column.