Thanks for your quick reply,Now its working fine now.
There is one more issue I am facing that, When I load 20 Columns Data in Table it works fine but the same time when I load 4 Columns Data ,it shows as 4 column & Previous 16 Column in Table (not able to clear previous column after applying table1.clearAll)
Table1.Initialize(Me, "Table1", Cols(i),0,True)
Table1.AddToActivity(PnlRight, 0, 0dip, PnlRight.Width, PnlRight.Height)
Table1.ClearAll
Where Cols(i) --------> Dynamic No of Column