Hi All,
I am Working on Excel data, Copying all Excel data in to collections. Once I copied all data in to collections it is copying extra empty columns also, I want to delete column extra columns in collections. I tried business object Utility-C...
When I try to place this code within the Global code section of the initialize stage, it is throwing the error.
Page: Initialise
Stage: Stage1
Type: Error
Action: Validate
Description: Compiler warning at line 12: Function 'RemoveEmptyColumns' doesn'...
Thanks for all !!
I tried below code, but the code stage is throwing compiler error, is there anything do I need to change the code.
Function RemoveEmptyColumns(Datatable As DataTable) As Boolean
Dim mynetable As DataTable = Datatable.Copy
Di...