Hai,
How can i export flex grid to Excel? I need exact column merging and row merging.
Excel.
xlsSheet.get_Range("A5", "B5").Merge(
This code is working for column merge but not possible to row merge, but no error!.
any idea?
Thanks in advance.