Hi,
The result shows line feed character exists in the column name. So can you try to use the following expression as the column name?
"Nullable "+vblf+"(Y/N)"
For example
rowSheet1("Nullable "+vblf+"(Y/N)").ToString.Trim.ToLower
Regards,
Hi,
The result shows line feed character exists in the column name. So can you try to use the following expression as the column name?
"Nullable "+vblf+"(Y/N)"
For example
rowSheet1("Nullable "+vblf+"(Y/N)").ToString.Trim.ToLower
Regards,