Posted 26 December 2018, 3:00 pm EST
Hi, Is there a difference between using the BindDataColumn() function and the setting the DataField property on the column? I currently use the DataField property on the column.
Forums Home / Spread / Spread for WinForms
Posted by: don on 26 December 2018, 3:00 pm EST
Posted 26 December 2018, 3:00 pm EST
Hi, Is there a difference between using the BindDataColumn() function and the setting the DataField property on the column? I currently use the DataField property on the column.
Posted 27 December 2018, 4:50 am EST
Hi,
There is no difference. Both DataField property and BindDataColumn method internally use the sheet data model’s SetModelDataColumn method.
Regards,
Jitender
Posted 27 December 2018, 9:14 am EST
Thanks!